aboutsummaryrefslogtreecommitdiffstats
path: root/editors/dedit
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-08-04 13:00:09 +0800
committerkris <kris@FreeBSD.org>2003-08-04 13:00:09 +0800
commit61bf18ae3efca1caae8331e05ea17c564e5ae49a (patch)
tree0b5f60dca5a878e6d095ef20718b73a109052e6d /editors/dedit
parentce293b18c4ed40d12602c5bcd2f2565802e77a54 (diff)
downloadfreebsd-ports-gnome-61bf18ae3efca1caae8331e05ea17c564e5ae49a.tar.gz
freebsd-ports-gnome-61bf18ae3efca1caae8331e05ea17c564e5ae49a.tar.zst
freebsd-ports-gnome-61bf18ae3efca1caae8331e05ea17c564e5ae49a.zip
Use MASTER_SITE_DEBIAN_POOL and correct invalid use of USE_GNOME (missed in
earlier sweeps) PR: ports/50572 Submitted by: Alex Semenyaka <alexs@ratmir.ru>
Diffstat (limited to 'editors/dedit')
-rw-r--r--editors/dedit/Makefile5
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"