diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:37:37 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:37:37 +0000 |
commit | a70230aec6fdd72a0fc7085f7ed8a3de414406bc (patch) | |
tree | 6761fdcca2ce349902c0d2d0957c9b56aa3bdd3b /x11/erun | |
parent | b68b77b88c3c375f539f5d8b90767dffee49733d (diff) | |
download | ports-a70230aec6fdd72a0fc7085f7ed8a3de414406bc.tar.gz ports-a70230aec6fdd72a0fc7085f7ed8a3de414406bc.zip |
Notes
Diffstat (limited to 'x11/erun')
-rw-r--r-- | x11/erun/Makefile | 5 |
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> |