diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-08 10:11:54 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-08 10:11:54 +0800 |
commit | 72e22a70e33cc98a72b46f6197ade9ebb194935a (patch) | |
tree | 56f468cd271251550648be730b76501563da7f3e /textproc | |
parent | daa5afd35f93a24a38420715efa574f9481e8420 (diff) | |
download | freebsd-ports-graphics-72e22a70e33cc98a72b46f6197ade9ebb194935a.tar.gz freebsd-ports-graphics-72e22a70e33cc98a72b46f6197ade9ebb194935a.tar.zst freebsd-ports-graphics-72e22a70e33cc98a72b46f6197ade9ebb194935a.zip |
- Remove gnomeprefix from USE_GNOME to fix plist for gnome 2.10
Spotted by: ade via irc
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/enchant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 50bdb769246..6e2dd70bfa3 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnomeprefix gnometarget glib20 +USE_GNOME= gnomehack gnometarget glib20 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |