diff options
Diffstat (limited to 'textproc/libxml/Makefile')
-rw-r--r-- | textproc/libxml/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index dbeadb5047c6..a43bd49c08af 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -7,12 +7,16 @@ PORTNAME= libxml PORTVERSION= 1.8.13 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig + USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |