diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-07 11:09:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-07 11:09:05 +0000 |
commit | 1f93c9dd9048bc01e9d91c2692a2359308403d44 (patch) | |
tree | bbbd67fd697efd2925d9a3fbef72c33ba324a894 /emulators/wine-gecko-devel | |
parent | 0032707ede9db80bb22c99d9eaf73582f6dd8c7b (diff) |
Fix pkgname collision
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=329692
Diffstat (limited to 'emulators/wine-gecko-devel')
-rw-r--r-- | emulators/wine-gecko-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile index eb990c285924..5c7c6ada2aa4 100644 --- a/emulators/wine-gecko-devel/Makefile +++ b/emulators/wine-gecko-devel/Makefile @@ -15,7 +15,7 @@ COMMENT= Gecko Layout Engine for Wine development branch (HTML support) LICENSE= MPL GPLv2 GPLv3 LGPL21 LGPL3 LICENSE_COMB= multi -LATEST_LINK= wine-gecko-devel +PKGNAMESUFFIX= -devel NO_BUILD= yes PLIST_SUB+= GECKO_VERSION="${DISTVERSION}" DATADIR= ${PREFIX}/share/wine |