diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-31 07:26:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-31 07:26:50 +0000 |
commit | dbd3fce72447fcf1ad9debaca91e011a207045f7 (patch) | |
tree | ea49b2924d1f12cfae5bd47fe8924bb11d72b881 /mail | |
parent | Update to 2.10.2, and register a dependency upon libgdl-1 if gdl is (diff) |
- Change last few occurences of USE_GTK=yes to USE_GNOME=gtk12
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=136491
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gbuffy/Makefile | 2 | ||||
-rw-r--r-- | mail/stuphead/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/gbuffy/Makefile b/mail/gbuffy/Makefile index bf0cbb5f836b..da2e7a2397d2 100644 --- a/mail/gbuffy/Makefile +++ b/mail/gbuffy/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ PLIST_FILES= bin/gbuffy USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" diff --git a/mail/stuphead/Makefile b/mail/stuphead/Makefile index d21ce55d6253..fd4d196b1897 100644 --- a/mail/stuphead/Makefile +++ b/mail/stuphead/Makefile @@ -25,7 +25,7 @@ USE_REINPLACE= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOME= gtk12 USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --enable-threads \ --prefix=${PREFIX} |