diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-28 00:16:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-28 00:16:57 +0000 |
commit | 864284545c6823762414172864b5be11fb77aaed (patch) | |
tree | abfd68b8753cc6bcc11cad568d57d71208cdb0a1 /textproc/fpc-libxml2 | |
parent | 177c914d3187ddcd6c6f541dd00936f2c1cf0b6c (diff) | |
download | ports-864284545c6823762414172864b5be11fb77aaed.tar.gz ports-864284545c6823762414172864b5be11fb77aaed.zip |
Notes
Diffstat (limited to 'textproc/fpc-libxml2')
-rw-r--r-- | textproc/fpc-libxml2/Makefile | 5 |
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" |