summaryrefslogtreecommitdiff
path: root/x11-clocks/kdetoys4/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-08-23 08:06:25 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-08-23 08:06:25 +0000
commit38d0bb86b9ae04895eb820399f96c96157a6e83d (patch)
treeda28c0e4dc2ef51fca5693db66505b30878f768b /x11-clocks/kdetoys4/Makefile
parentAdd a couple of functions, EUC->SJIS and SJIS->EUC conversion. (diff)
Use USE_NEWGCC.
(kdetoys only: change BROKEN to FORBIDDEN to avoid building incomplete packages)
Notes
Notes: svn path=/head/; revision=20905
Diffstat (limited to '')
-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>