aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/kdetoys4
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-08-23 16:06:25 +0800
committerasami <asami@FreeBSD.org>1999-08-23 16:06:25 +0800
commit180b84d8afde483bf8f6fb7a0c4c011ac7fa580d (patch)
tree25000154b2688bfe5b5bee4708a41644f32a4c18 /x11-clocks/kdetoys4
parent142c6d498e48c3c41ed5a78bf99ba6f5188b9954 (diff)
downloadfreebsd-ports-gnome-180b84d8afde483bf8f6fb7a0c4c011ac7fa580d.tar.gz
freebsd-ports-gnome-180b84d8afde483bf8f6fb7a0c4c011ac7fa580d.tar.zst
freebsd-ports-gnome-180b84d8afde483bf8f6fb7a0c4c011ac7fa580d.zip
Use USE_NEWGCC.
(kdetoys only: change BROKEN to FORBIDDEN to avoid building incomplete packages)
Diffstat (limited to 'x11-clocks/kdetoys4')
-rw-r--r--x11-clocks/kdetoys4/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile
index c5976bbf59bc..fa1d97c96bb4 100644
--- a/x11-clocks/kdetoys4/Makefile
+++ b/x11-clocks/kdetoys4/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>