diff options
author | ade <ade@FreeBSD.org> | 2000-03-25 03:11:11 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-03-25 03:11:11 +0800 |
commit | 5fa26bb7380a1cef5a83806df168508b9b3f4814 (patch) | |
tree | 0ae4b1723e521dcb3534d15f415c8cbe0919dd24 /x11-wm/sawfish2/Makefile | |
parent | 67e6ce17e93fdf66cb6b52006a841cc888c6ab06 (diff) | |
download | freebsd-ports-graphics-5fa26bb7380a1cef5a83806df168508b9b3f4814.tar.gz freebsd-ports-graphics-5fa26bb7380a1cef5a83806df168508b9b3f4814.tar.zst freebsd-ports-graphics-5fa26bb7380a1cef5a83806df168508b9b3f4814.zip |
Update to 0.25.2 - configuration from GNOME's control center
now works again :)
Approved by: maintainer
Diffstat (limited to 'x11-wm/sawfish2/Makefile')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index ae653e612c2..61e3cb1ddab 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: sawmill -# Version required: 0.25.1 +# Version required: ${VERSION} :) # Date created: 13 September 1999 # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= sawmill-0.25.1 +DISTNAME= sawmill-${VERSION} CATEGORIES= x11-wm MASTER_SITES= ftp://sawmill.sourceforge.net/pub/sawmill/ @@ -25,7 +25,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} VERSION=${VERSION} -VERSION= 0.25.1 +VERSION= 0.25.2 USE_X_PREFIX= yes USE_GMAKE= yes |