diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-30 05:57:35 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-30 05:57:35 +0800 |
commit | e03e6db1a9ebfcd346269dbb065c101ea94408b1 (patch) | |
tree | 81bc87eaeb96589bb6cbaecd24506c7b9ff676ad /textproc | |
parent | 9417ac9d4ff16975a8ed1442931b42ab40cd701c (diff) | |
download | freebsd-ports-gnome-e03e6db1a9ebfcd346269dbb065c101ea94408b1.tar.gz freebsd-ports-gnome-e03e6db1a9ebfcd346269dbb065c101ea94408b1.tar.zst freebsd-ports-gnome-e03e6db1a9ebfcd346269dbb065c101ea94408b1.zip |
Fix build
Reported by: bdrewery
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/liblrdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index 7dfa5542b95a..bb6352b03c28 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -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} |