Fix PKGNAME collision between audio/optimfrog and audio/optimfrog-sse2

This commit is contained in:
Antoine Brodin 2016-01-02 22:17:23 +00:00
parent ea79103df5
commit f4e149fe58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405097
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# $FreeBSD$
PKGNAMESUFFIX= -sse2
MASTERDIR= ${.CURDIR}/../optimfrog
COMMENT= Best-ratio lossless audio codec (SSE2 required)

View file

@ -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>