diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 22:38:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 22:38:21 +0000 |
commit | 4d353c82e22fd43b582108cc90ae2c8d7f991c4d (patch) | |
tree | 426172358852c5b4b1cd49f90d208df929b9d8fc | |
parent | ec1539265439982581d390c243ec7f397d379c9c (diff) |
Notes
-rw-r--r-- | audio/oss/Makefile | 4 |
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> |