diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-08 02:11:54 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-08 02:11:54 +0000 |
commit | b2f55e96018d8a52c24bce6b9b6b078f01fcc25a (patch) | |
tree | 5c34ac6661a35938562a993f3174aab28a10ac0f /textproc/enchant | |
parent | f21926b6f01ba0ec98670b6d829866c54d1e59bc (diff) |
Notes
Diffstat (limited to 'textproc/enchant')
-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 50bdb769246c..6e2dd70bfa37 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" |