diff options
author | alex <alex@FreeBSD.org> | 2000-10-28 18:17:57 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-10-28 18:17:57 +0800 |
commit | b3597cfb98a592b4709ffc40c7f89fdc5efc5dbb (patch) | |
tree | 74e2c2d607f4b0f76e51f3d53e8c2c43f51338b1 /x11 | |
parent | fa795afdeaa54e166c4091d98abb19fc309da6ab (diff) | |
download | freebsd-ports-gnome-b3597cfb98a592b4709ffc40c7f89fdc5efc5dbb.tar.gz freebsd-ports-gnome-b3597cfb98a592b4709ffc40c7f89fdc5efc5dbb.tar.zst freebsd-ports-gnome-b3597cfb98a592b4709ffc40c7f89fdc5efc5dbb.zip |
USE_IMLIB
Submitted by: bento
Diffstat (limited to 'x11')
-rw-r--r-- | x11/erun/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/erun/Makefile b/x11/erun/Makefile index 497c2d493ccf..40a266bf592f 100644 --- a/x11/erun/Makefile +++ b/x11/erun/Makefile @@ -17,5 +17,6 @@ LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes +USE_IMLIB= yes .include <bsd.port.mk> |