diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-12 17:48:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-12 17:48:20 +0000 |
commit | fe1e4525a068ec42d5b7733fbad558776f8a18d8 (patch) | |
tree | 3551d81c26f11fcb6c4bc5b1ca6b4cbb1a387e96 /sysutils/gnomecontrolcenter2/Makefile | |
parent | fix byteorder -- tcplist -n returns the IP address in network order (diff) |
Update to 1.4.0.4.
Diffstat (limited to 'sysutils/gnomecontrolcenter2/Makefile')
-rw-r--r-- | sysutils/gnomecontrolcenter2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile index e08c854a6ff1..d725497c67e7 100644 --- a/sysutils/gnomecontrolcenter2/Makefile +++ b/sysutils/gnomecontrolcenter2/Makefile @@ -6,17 +6,19 @@ # PORTNAME= gnomecontrolcenter -PORTVERSION= 1.4.0.3 +PORTVERSION= 1.4.0.4 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/control-center DISTNAME= control-center-${PORTVERSION} +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas \ gnomevfs.0:${PORTSDIR}/devel/gnomevfs +USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMELIBS= yes |