diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-27 21:38:32 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-27 21:38:32 +0000 |
commit | b6234e33d2dcb7767ac29adb112187db9036c665 (patch) | |
tree | 5a735db2b704e5683cd9a62627edc0b7628b0f76 /x11-wm/icewm/Makefile | |
parent | 981aafd51d07e05ddd72e92094db0a39a35d8a23 (diff) | |
download | FreeBSD-ports-b6234e33d2dcb7767ac29adb112187db9036c665.zip FreeBSD-ports-b6234e33d2dcb7767ac29adb112187db9036c665.tar.gz |
Update to version 0.9.48
PR: 13394
Submitted by: maintainer
Diffstat (limited to 'x11-wm/icewm/Makefile')
-rw-r--r-- | x11-wm/icewm/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 2461ae0..ea59057 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: icewm -# Version required: 0.9.41 +# Version required: 0.9.48 # Date created: 10 August 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.37 1999/06/07 01:57:36 steve Exp $ +# $Id: Makefile,v 1.38 1999/06/08 23:58:37 steve Exp $ # -DISTNAME= icewm-0.9.41 +DISTNAME= icewm-0.9.48 CATEGORIES= x11-wm MASTER_SITES= http://www.kiss.uni-lj.si/~k4fr0235/icewm/devel/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/icewm/ @@ -26,9 +26,6 @@ USE_X_PREFIX= yes .if defined(USE_I18N) CONFIGURE_ARGS+= --enable-i18n .endif -.if defined(GNOME) -ICEOPTION+= --with-imlib --with-gnome -.endif post-install: ${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar |