aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}