aboutsummaryrefslogtreecommitdiff
path: root/textproc/fpc-libxml2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/fpc-libxml2/Makefile')
-rw-r--r--textproc/fpc-libxml2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/fpc-libxml2/Makefile b/textproc/fpc-libxml2/Makefile
index a2d22277f403..88ccb08cbfaa 100644
--- a/textproc/fpc-libxml2/Makefile
+++ b/textproc/fpc-libxml2/Makefile
@@ -12,11 +12,12 @@ USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//:S/2//}
-EXTRACTUNITDIR+= ${WRKUNITDIR}
+EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= LIBXML2
LIBXML2_DESC= Install xml2 library
OPTIONS_DEFAULT= LIBXML2
-NO_STAGE= yes
+LIBXML2_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
+
.include "${MASTERDIR}/Makefile"