aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2007-09-03 20:55:04 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2007-09-03 20:55:04 +0000
commit23c976a840077c1938023545e38f1ba1dbecbc44 (patch)
tree7e2c8ff4fbdce7a848121d8ef27e97b0545edc30
parent7030f089bd059703cfd1a0d7ece3ed08fa662487 (diff)
downloadports-23c976a840077c1938023545e38f1ba1dbecbc44.tar.gz
ports-23c976a840077c1938023545e38f1ba1dbecbc44.zip
- Remove 4.x cruft.
PR: ports/114684 Submitted by: David Yeske <dyeske@gmail.com> Approved by: itetcu (mentor), maintainer timeout (2 weeks)
Notes
Notes: svn path=/head/; revision=198710
-rw-r--r--devel/ddd/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile
index 4e735280b868..cdacb9102e75 100644
--- a/devel/ddd/Makefile
+++ b/devel/ddd/Makefile
@@ -49,12 +49,6 @@ LIBXMDIR!= ${ECHO_CMD} ${MOTIFLIB} | ${SED} -e 's/-L//g' | ${AWK} '{print $$1}'
LIBXMDIR= ${X11BASE}
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC= 3.4
-.endif
-
pre-patch:
@${RM} -fv ${WRKSRC}/ddd/ddd.info*
@${RM} -fv ${WRKSRC}/ddd/ddd-themes.info*
@@ -78,4 +72,4 @@ post-install:
check:
(cd ${WRKSRC} ; ${GMAKE} check)
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>