diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
commit | 5dc9b7f571c5ff107f23c55359449e1320f5bc23 (patch) | |
tree | 5a017d01eb1fdb09f452ca186cf116b89ff21ba0 /graphics/gtksee/Makefile | |
parent | 54a93712b5de4af20902c4225ea8294420e21eee (diff) |
Notes
Diffstat (limited to 'graphics/gtksee/Makefile')
-rw-r--r-- | graphics/gtksee/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile index 9d6931f6125c..0b96488c5977 100644 --- a/graphics/gtksee/Makefile +++ b/graphics/gtksee/Makefile @@ -23,7 +23,8 @@ RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |