diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-04 05:00:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-04 05:00:09 +0000 |
commit | 8697333ffb883d5e64030c758ba8d4edb142cf43 (patch) | |
tree | 424761fdc620f779e10a9e5151f66918efb87ce0 /editors | |
parent | edab3b7b7e297d265e8a5f84c94a24d5861ad12a (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dedit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index 8bfc53274942..36ba63961f55 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -9,8 +9,7 @@ PORTNAME= dedit PORTVERSION= 0.6.2.3 PORTREVISION= 1 CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/main/d/dedit +MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= nakai@FreeBSD.org @@ -21,7 +20,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOME= gnomelibs gtk12 glib12 orbit GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -liconv" |