diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-08-23 08:06:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-08-23 08:06:25 +0000 |
commit | 38d0bb86b9ae04895eb820399f96c96157a6e83d (patch) | |
tree | da28c0e4dc2ef51fca5693db66505b30878f768b /x11-clocks/kdetoys3 | |
parent | d395e65ed7785e4f6d5822a7d7a5b26a71a8d0ca (diff) | |
download | ports-38d0bb86b9ae04895eb820399f96c96157a6e83d.tar.gz ports-38d0bb86b9ae04895eb820399f96c96157a6e83d.zip |
Notes
Diffstat (limited to 'x11-clocks/kdetoys3')
-rw-r--r-- | x11-clocks/kdetoys3/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile index c5976bbf59bc..fa1d97c96bb4 100644 --- a/x11-clocks/kdetoys3/Makefile +++ b/x11-clocks/kdetoys3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 may 1999 # Whom: imura@cs.titech.ac.jp # -# $Id: Makefile,v 1.2 1999/08/12 00:47:33 taoka Exp $ +# $Id: Makefile,v 1.3 1999/08/17 19:37:07 cpiazza Exp $ # DISTNAME= kdetoys-1.1.1 @@ -28,21 +28,14 @@ EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${DISTNAME} USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes +USE_NEWGCC= yes CONFIGURE_ENV= X_EXTRA_LIBS="-lxpg4" CXXFLAGS?= ${CFLAGS} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400004 -CC= gcc295 -CXX= g++295 -BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs -.endif - .if defined(QT_GIF_AVAILABLE) RESTRICTED= requires Qt compiled with gif reading support .else -BROKEN= requires Qt compiled with gif reading support +FORBIDDEN= requires Qt compiled with gif reading support .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |