aboutsummaryrefslogtreecommitdiff
path: root/audio/linux-c7-openal-soft/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/linux-c7-openal-soft/Makefile')
-rw-r--r--audio/linux-c7-openal-soft/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/linux-c7-openal-soft/Makefile b/audio/linux-c7-openal-soft/Makefile
index c48a07768292..99c1dfe8b4be 100644
--- a/audio/linux-c7-openal-soft/Makefile
+++ b/audio/linux-c7-openal-soft/Makefile
@@ -11,15 +11,16 @@ MASTER_SITES= EPEL7/o
MAINTAINER= emulation@FreeBSD.org
COMMENT= 3D positional spatialized sound library (Linux CentOS ${LINUX_DIST_VER})
-CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
-
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
ONLY_FOR_ARCHS= amd64
+
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= alsalib
USE_LINUX_RPM= yes
+CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
+
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>