diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 23:37:37 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 23:37:37 +0800 |
commit | 222e4656df69b376c268b0a3ac1a7c21677a4ba5 (patch) | |
tree | a712e33d7a0cb690d45d0c5a389d13563b39559a /x11/erun | |
parent | ee077dc54a1568b9df6e4574420e7217ebee63fe (diff) | |
download | freebsd-ports-gnome-222e4656df69b376c268b0a3ac1a7c21677a4ba5.tar.gz freebsd-ports-gnome-222e4656df69b376c268b0a3ac1a7c21677a4ba5.tar.zst freebsd-ports-gnome-222e4656df69b376c268b0a3ac1a7c21677a4ba5.zip |
Deploy USE_GNOMENG infrastructure
PR: 42283
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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> |