diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-19 23:08:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-19 23:08:09 +0000 |
commit | ffe6b77c3c140b5e5d3fa82dacfa6f96286e1715 (patch) | |
tree | 981d7df6c381d1bbbfc7e623f46dc93a9f3dd78e /editors/dedit | |
parent | 732bb90952256509cc11c035a97b6359ab6aef3f (diff) |
Notes
Diffstat (limited to 'editors/dedit')
-rw-r--r-- | editors/dedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index 36ba63961f55..28224cb8e32f 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes -USE_GNOME= gnomelibs gtk12 glib12 orbit +USE_GNOME= gnomelibs gnomeprefix gnomehack gtk12 glib12 orbit GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -liconv" |