summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-01-02 22:17:23 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-01-02 22:17:23 +0000
commitf4e149fe58096f280d525a42a7594acbcced960d (patch)
tree75a66ded8e48d2bf9ee4ca9e5da224c848d2d137 /audio
parentCorrect the Icon entry in the .desktop files so that the icons are (diff)
Fix PKGNAME collision between audio/optimfrog and audio/optimfrog-sse2
Notes
Notes: svn path=/head/; revision=405097
Diffstat (limited to 'audio')
-rw-r--r--audio/optimfrog-sse2/Makefile2
-rw-r--r--audio/optimfrog/Makefile1
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/optimfrog-sse2/Makefile b/audio/optimfrog-sse2/Makefile
index a2921a7a1783..01c58686ad35 100644
--- a/audio/optimfrog-sse2/Makefile
+++ b/audio/optimfrog-sse2/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+PKGNAMESUFFIX= -sse2
+
MASTERDIR= ${.CURDIR}/../optimfrog
COMMENT= Best-ratio lossless audio codec (SSE2 required)
diff --git a/audio/optimfrog/Makefile b/audio/optimfrog/Makefile
index 0384f3fa8002..8bc08abdf67d 100644
--- a/audio/optimfrog/Makefile
+++ b/audio/optimfrog/Makefile
@@ -25,7 +25,6 @@ USE_LDCONFIG= yes
OPTIONS_DEFINE_i386= SSE2
OPTIONS_DEFINE?= #
SSE2_DESCR= Use SSE2 instructions
-SSE2_VARS= PKGNAMESUFFIX=-sse2
.include <bsd.port.pre.mk>