svn commit: r315577 - head/textproc/liblrdf

Eitan Adler eadler at FreeBSD.org
Fri Mar 29 21:57:35 UTC 2013


Author: eadler
Date: Fri Mar 29 21:57:35 2013
New Revision: 315577
URL: http://svnweb.freebsd.org/changeset/ports/315577

Log:
  Fix build
  
  Reported by:	bdrewery

Modified:
  head/textproc/liblrdf/Makefile

Modified: head/textproc/liblrdf/Makefile
==============================================================================
--- head/textproc/liblrdf/Makefile	Fri Mar 29 21:37:06 2013	(r315576)
+++ head/textproc/liblrdf/Makefile	Fri Mar 29 21:57:35 2013	(r315577)
@@ -22,11 +22,12 @@ AUTOMAKE_ARGS=	--add-missing
 GNU_CONFIGURE=	yes
 USE_PKGCONFIG=	build
 USE_ICONV=	yes
-USES=        pathfix
+USES=		pathfix
 USE_GNOME=	libxml2 libxslt
 GNOME_MAKEFILEIN=	Makefile.am
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
+PATHFIX_MAKEFILEIN=	Makefile.am
 
 CFLAGS+=	-I${OPENSSLINC} ${PTHREAD_CFLAGS}
 LDFLAGS+=	-L${OPENSSLLIB} ${PTHREAD_LIBS}


More information about the svn-ports-all mailing list