aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/nyello/Makefile8
-rw-r--r--audio/xmms2-scrobbler/Makefile8
2 files changed, 2 insertions, 14 deletions
diff --git a/audio/nyello/Makefile b/audio/nyello/Makefile
index 8da9921de639..97db7d49a947 100644
--- a/audio/nyello/Makefile
+++ b/audio/nyello/Makefile
@@ -25,10 +25,4 @@ CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
WRKSRC= ${WRKDIR}/${DISTNAME}
PLIST_FILES= bin/nyello
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not build on FreeBSD 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/audio/xmms2-scrobbler/Makefile b/audio/xmms2-scrobbler/Makefile
index 640e36910b23..286c653ca32f 100644
--- a/audio/xmms2-scrobbler/Makefile
+++ b/audio/xmms2-scrobbler/Makefile
@@ -25,12 +25,6 @@ PLIST_FILES= bin/xmms2-scrobbler
SUB_FILES= pkg-message
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD 4.x
-.endif
-
do-install:
@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ ${INSTALL_TARGET}
@@ -39,4 +33,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>