summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-29 21:57:35 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-29 21:57:35 +0000
commitaf788fa59f51065eae3ff1c18b91df8205c2c50d (patch)
tree81bc87eaeb96589bb6cbaecd24506c7b9ff676ad
parent- Add dependency on liblastfm now that it is up to date. (diff)
Fix build
Reported by: bdrewery
Notes
Notes: svn path=/head/; revision=315577
-rw-r--r--textproc/liblrdf/Makefile3
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}