diff options
Diffstat (limited to 'sysutils/gnome-control-center1/Makefile')
-rw-r--r-- | sysutils/gnome-control-center1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gnome-control-center1/Makefile b/sysutils/gnome-control-center1/Makefile index 30a6591d394e..eeb6bff1f9ce 100644 --- a/sysutils/gnome-control-center1/Makefile +++ b/sysutils/gnome-control-center1/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomecontrolcenter PORTVERSION= 1.4.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/control-center/1.4 @@ -22,6 +22,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomecanvas gnomevfs libcapplet USE_GETTEXT= yes +INSTALLS_OMF= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |