aboutsummaryrefslogtreecommitdiff
path: root/editors/dedit
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-04 05:00:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-04 05:00:09 +0000
commit8697333ffb883d5e64030c758ba8d4edb142cf43 (patch)
tree424761fdc620f779e10a9e5151f66918efb87ce0 /editors/dedit
parentedab3b7b7e297d265e8a5f84c94a24d5861ad12a (diff)
downloadports-8697333ffb883d5e64030c758ba8d4edb142cf43.tar.gz
ports-8697333ffb883d5e64030c758ba8d4edb142cf43.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>
Notes
Notes: svn path=/head/; revision=86254
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"