diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-07 19:09:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-07 19:09:05 +0800 |
commit | e99a2de9862c1619f1eb48bd8ccb334acd3ef72f (patch) | |
tree | bbbd67fd697efd2925d9a3fbef72c33ba324a894 /audio | |
parent | 2bd3fa4dcae82ebed2b5b22d5521f58033b92cf1 (diff) | |
download | freebsd-ports-gnome-e99a2de9862c1619f1eb48bd8ccb334acd3ef72f.tar.gz freebsd-ports-gnome-e99a2de9862c1619f1eb48bd8ccb334acd3ef72f.tar.zst freebsd-ports-gnome-e99a2de9862c1619f1eb48bd8ccb334acd3ef72f.zip |
Fix pkgname collision
With hat: portmgr
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gkrellmvolume2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gkrellmvolume2/Makefile b/audio/gkrellmvolume2/Makefile index dbdab001fa02..34a2c3d87dd2 100644 --- a/audio/gkrellmvolume2/Makefile +++ b/audio/gkrellmvolume2/Makefile @@ -14,7 +14,7 @@ COMMENT= GKrellM volume plugin BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -LATEST_LINK= gkrellmvolume2 +PKGNAMESUFFIX= 2 WRKSRC= ${WRKDIR}/gkrellm-volume PLIST_FILES= libexec/gkrellm2/plugins/volume.so \ |