aboutsummaryrefslogtreecommitdiffstats
path: root/audio/oss
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-16 06:38:21 +0800
committerbapt <bapt@FreeBSD.org>2014-01-16 06:38:21 +0800
commitcb5590e1c28abe81c03138f6170468eaeadfdc0a (patch)
tree426172358852c5b4b1cd49f90d208df929b9d8fc /audio/oss
parentb22c897fda6ce2973758f7deb9b70f51134417bb (diff)
downloadfreebsd-ports-gnome-cb5590e1c28abe81c03138f6170468eaeadfdc0a.tar.gz
freebsd-ports-gnome-cb5590e1c28abe81c03138f6170468eaeadfdc0a.tar.zst
freebsd-ports-gnome-cb5590e1c28abe81c03138f6170468eaeadfdc0a.zip
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'audio/oss')
-rw-r--r--audio/oss/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile
index 58f795d1727f..205ee9d5ba38 100644
--- a/audio/oss/Makefile
+++ b/audio/oss/Makefile
@@ -65,8 +65,6 @@ LIB_DEPENDS+= libvorbisfile.so:${PORTSDIR}/audio/libvorbis
CONFIGURE_ENV+= OGG_SUPPORT=YES
.endif
-.include <bsd.port.pre.mk>
-
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source to be installed
.elif !defined(SYSDIR)
@@ -127,4 +125,4 @@ do-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>