Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 06:16:42 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320662 - head/security/pkcs11-helper
Message-ID:  <201306120616.r5C6GgEQ068089@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Jun 12 06:16:42 2013
New Revision: 320662
URL: http://svnweb.freebsd.org/changeset/ports/320662

Log:
  - Unbreak build on HEAD

Modified:
  head/security/pkcs11-helper/Makefile   (contents, props changed)

Modified: head/security/pkcs11-helper/Makefile
==============================================================================
--- head/security/pkcs11-helper/Makefile	Wed Jun 12 06:14:26 2013	(r320661)
+++ head/security/pkcs11-helper/Makefile	Wed Jun 12 06:16:42 2013	(r320662)
@@ -21,10 +21,6 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehack pkgconfig
 USE_LDCONFIG=	yes
 
-.if defined(.PARSEDIR)
-USE_GMAKE=	yes
-.endif
-
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 		OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306120616.r5C6GgEQ068089>