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/gnome-control-center1/Makefile | |
parent | 4ea01ba3632aa768920483ff3d7578c969b8cdd6 (diff) |
Notes
Diffstat (limited to 'sysutils/gnome-control-center1/Makefile')
-rw-r--r-- | sysutils/gnome-control-center1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gnome-control-center1/Makefile b/sysutils/gnome-control-center1/Makefile index e08c854a6ff1..d725497c67e7 100644 --- a/sysutils/gnome-control-center1/Makefile +++ b/sysutils/gnome-control-center1/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 |