svn commit: r320331 - head/security/libp11

Martin Wilke miwi at FreeBSD.org
Sun Jun 9 13:01:20 UTC 2013


Author: miwi
Date: Sun Jun  9 13:01:20 2013
New Revision: 320331
URL: http://svnweb.freebsd.org/changeset/ports/320331

Log:
  - Unbreak build on HEAD

Modified:
  head/security/libp11/Makefile   (contents, props changed)

Modified: head/security/libp11/Makefile
==============================================================================
--- head/security/libp11/Makefile	Sun Jun  9 13:00:09 2013	(r320330)
+++ head/security/libp11/Makefile	Sun Jun  9 13:01:20 2013	(r320331)
@@ -19,10 +19,6 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	pkgconfig ltverhack
 USE_LDCONFIG=	yes
 
-.if defined(.PARSEDIR)
-USE_GMAKE=	yes
-.endif
-
 CONFIGURE_ENV=	LTLIB_CFLAGS="-I${LOCALBASE}/include" \
 		LTLIB_LIBS="-L${LOCALBASE}/lib -lltdl" \
 		OPENSSL_CFLAGS="-I${OPENSSLINC}" \


More information about the svn-ports-all mailing list