diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-06 17:31:17 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-06 17:31:17 +0000 |
commit | 25612ef202a6335bb19909e89dbabe7e08a75fa2 (patch) | |
tree | 4f2e29baf18103d1f82970771a24066edd1f885b /x11/gnomelibs/Makefile | |
parent | f7a2f7a4129eb8f993dfb98ccfe851a99159d903 (diff) | |
download | FreeBSD-ports-25612ef202a6335bb19909e89dbabe7e08a75fa2.zip FreeBSD-ports-25612ef202a6335bb19909e89dbabe7e08a75fa2.tar.gz |
Update to 1.4.1.5.
Diffstat (limited to 'x11/gnomelibs/Makefile')
-rw-r--r-- | x11/gnomelibs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 87e6c925..ba625ce 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -6,12 +6,12 @@ # PORTNAME= gnomelibs -PORTVERSION= 1.4.1.4 -PORTREVISION= 1 +PORTVERSION= 1.4.1.5 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs DISTNAME= gnome-libs-${PORTVERSION} +DIST_SUBDIR= gnome MAINTAINER?= gnome@FreeBSD.org @@ -20,6 +20,7 @@ LIB_DEPENDS+= xml.5:${PORTSDIR}/textproc/libxml \ ORBit.2:${PORTSDIR}/devel/ORBit RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper +USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_PERL5= yes |