diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-19 23:08:09 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-19 23:08:09 +0000 |
commit | d8d860d5a60963238373770be7ce967963cda9ed (patch) | |
tree | ae27d52ac2c2cc7cf1af3756297e4d802488b833 /editors | |
parent | b680710e6c45165ea02b9b61639e544a8672acc1 (diff) | |
download | FreeBSD-ports-d8d860d5a60963238373770be7ce967963cda9ed.zip FreeBSD-ports-d8d860d5a60963238373770be7ce967963cda9ed.tar.gz |
Use gnomeprefix and gnomehack to fix the build on bento.
Reported by: bento via kris
Diffstat (limited to 'editors')
-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 36ba639..28224cb 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" |