diff options
author | nakai <nakai@FreeBSD.org> | 1999-12-02 14:49:23 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-12-02 14:49:23 +0800 |
commit | 3c1ce5e5703fe6f65115d477793f63af4e554062 (patch) | |
tree | 030c373023e73edc414ebd3e12f173c552c69aef /x11-wm/sawfish/Makefile | |
parent | 565f64c84c62bc8197bae601c707bf557ca4c34f (diff) | |
download | freebsd-ports-gnome-3c1ce5e5703fe6f65115d477793f63af4e554062.tar.gz freebsd-ports-gnome-3c1ce5e5703fe6f65115d477793f63af4e554062.tar.zst freebsd-ports-gnome-3c1ce5e5703fe6f65115d477793f63af4e554062.zip |
Update to 0.17
Diffstat (limited to 'x11-wm/sawfish/Makefile')
-rw-r--r-- | x11-wm/sawfish/Makefile | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index ff80a810d8dd..7beeaa911219 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: sawmill -# Version required: 0.16 +# Version required: 0.17 # Date created: 13 September 1999 # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= sawmill-0.16 +DISTNAME= sawmill-0.17 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/sawmill/ @@ -39,17 +39,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include\ GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib -lxpg4" -pre-build: -.if !defined(DISPLAY) - @${ECHO_MSG} "*********************************************" - @${ECHO_MSG} "* W A R N I N G *" - @${ECHO_MSG} "*********************************************" - @${ECHO_MSG} "* You can't build this sawmill port from *" - @${ECHO_MSG} "* non-X terminal. Please build from xterm, *" - @${ECHO_MSG} "* rxvt, Eterm, kterm or so. *" - @${ECHO_MSG} "*********************************************" - @${ECHO_MSG} - @exit 1; -.endif - .include <bsd.port.mk> |