diff options
Diffstat (limited to 'archivers/xar/Makefile')
-rw-r--r-- | archivers/xar/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile index ee3d969bfaeb..361d60a1bc7f 100644 --- a/archivers/xar/Makefile +++ b/archivers/xar/Makefile @@ -6,20 +6,16 @@ # PORTNAME= xar -DISTVERSION= 1.4 -PORTREVISION= 1 +DISTVERSION= 1.5.1 CATEGORIES= archivers -MASTER_SITES= http://www.opendarwin.org/projects/xar/ \ - http://distfiles-msn.opendarwin.org/ \ - http://distfiles-od.opendarwin.org/ \ - http://distfiles.opendarwin.org/ +MASTER_SITES= http://xar.googlecode.com/files/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= CPE1704TKS@bellsouth.net COMMENT= OpenDarwin XML eXtensible ARchiver -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl - -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GNOME= libxml2 USE_GMAKE= yes |