diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-11 05:10:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-11 05:10:03 +0000 |
commit | 633601e6ec4430f10d6233fab89f127cd7dda17d (patch) | |
tree | 09e20822e0a29d8f35c39c5d2c024951d49c681a /x11-toolkits/libgail-gnome | |
parent | 866f37a41e563dc299ffe027ddc11e9f1f0b585f (diff) | |
download | ports-633601e6ec4430f10d6233fab89f127cd7dda17d.tar.gz ports-633601e6ec4430f10d6233fab89f127cd7dda17d.zip |
Notes
Diffstat (limited to 'x11-toolkits/libgail-gnome')
-rw-r--r-- | x11-toolkits/libgail-gnome/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile index 8cf26f40f1d7..d6097f68135c 100644 --- a/x11-toolkits/libgail-gnome/Makefile +++ b/x11-toolkits/libgail-gnome/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgail-gnome PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -20,7 +21,8 @@ USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui atspi +GNOME_DESKTOP_VERSION=2 +USE_GNOME= gnomeprefix gnomehack gnomepanel atspi CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |