diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-01-23 03:44:10 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-01-23 03:44:10 +0000 |
commit | 4bfb9d2b4860dc5f12af2ac4607b17874aa5a774 (patch) | |
tree | c464bc1ea42a2bd8207b26603a9abbc344ddfbbc /textproc/libxml++/Makefile | |
parent | de20df4f212b76972c8e492c41b1469e28e75e2b (diff) |
Notes
Diffstat (limited to 'textproc/libxml++/Makefile')
-rw-r--r-- | textproc/libxml++/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index ef1366929222..056c1e1149ec 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -7,15 +7,15 @@ # PORTNAME= libxml++ -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} MAINTAINER= bland@FreeBSD.org COMMENT= XML API for C++ -USE_GNOME= gnomehack gnometarget libxml2 pkgconfig +USE_GNOME= gnomehack lthack gnometarget libxml2 pkgconfig USE_LIBTOOL= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes |