diff options
author | nakai <nakai@FreeBSD.org> | 2000-10-25 09:47:06 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-10-25 09:47:06 +0000 |
commit | a9976e276afe436ded3264f17ae97bb58ad6a89e (patch) | |
tree | e8661beb939a79d97a830724e728dec202ed41e3 /x11-wm/icewm/Makefile | |
parent | 7ebda23de83fa5e674f0422ade760589130cb2ed (diff) | |
download | FreeBSD-ports-a9976e276afe436ded3264f17ae97bb58ad6a89e.zip FreeBSD-ports-a9976e276afe436ded3264f17ae97bb58ad6a89e.tar.gz |
Use USE_IMLIB.
Submitted by: Michael Urban <murban@tznet.com>
Diffstat (limited to 'x11-wm/icewm/Makefile')
-rw-r--r-- | x11-wm/icewm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index a070c16..5864181 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -7,6 +7,7 @@ PORTNAME= icewm PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ @@ -22,8 +23,8 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_XPM= yes -CONFIGURE_ARGS= --enable-i18n +USE_IMLIB= yes +CONFIGURE_ARGS= --enable-i18n --with-imlib post-install: ${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar |