aboutsummaryrefslogtreecommitdiff
path: root/x11/erun
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:37:37 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:37:37 +0000
commita70230aec6fdd72a0fc7085f7ed8a3de414406bc (patch)
tree6761fdcca2ce349902c0d2d0957c9b56aa3bdd3b /x11/erun
parentb68b77b88c3c375f539f5d8b90767dffee49733d (diff)
downloadports-a70230aec6fdd72a0fc7085f7ed8a3de414406bc.tar.gz
ports-a70230aec6fdd72a0fc7085f7ed8a3de414406bc.zip
Deploy USE_GNOMENG infrastructure
PR: 42283 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65423
Diffstat (limited to 'x11/erun')
-rw-r--r--x11/erun/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/erun/Makefile b/x11/erun/Makefile
index 118edd952f18..efe336f36253 100644
--- a/x11/erun/Makefile
+++ b/x11/erun/Makefile
@@ -9,7 +9,7 @@ PORTNAME= E-Run
PORTVERSION= 1.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR = kbyanc
+MASTER_SITE_SUBDIR= kbyanc
MAINTAINER= kbyanc@posi.net
@@ -18,6 +18,7 @@ LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
-USE_IMLIB= yes
+USE_GNOMENG= yes
+USE_GNOME= imlib
.include <bsd.port.mk>