diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-02-28 22:16:10 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-02-28 22:16:10 +0000 |
commit | daf4cc81e4d055f630943b557402293b79680953 (patch) | |
tree | 8478681967016f816092cb7e0ded4578aa26bd4e /sysutils/gnome-control-center | |
parent | ffcbb5ca66c4bee1c2b113913a1208cd9f034a27 (diff) | |
download | ports-daf4cc81e4d055f630943b557402293b79680953.tar.gz ports-daf4cc81e4d055f630943b557402293b79680953.zip |
Notes
Diffstat (limited to 'sysutils/gnome-control-center')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index eb5aa2405ba4..acbe1f0c2451 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomecontrolcenter2 PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/control-center/2.8 @@ -25,7 +25,8 @@ USE_REINPLACE= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack gnomehier intlhack metacity nautilus2 \ - gstreamerplugins desktopfileutils + desktopfileutils +USE_GSTREAMER= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |