diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-11-20 22:19:31 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-11-20 22:19:31 +0800 |
commit | b9287b804148acc9fa2786a87e3a9f82c008caee (patch) | |
tree | 5e2b4cfaf13fc45120f0208ab7456cf6d2f5812f /audio | |
parent | 08263422c31118208f644a6ad5707fd90a422047 (diff) | |
download | freebsd-ports-gnome-b9287b804148acc9fa2786a87e3a9f82c008caee.tar.gz freebsd-ports-gnome-b9287b804148acc9fa2786a87e3a9f82c008caee.tar.zst freebsd-ports-gnome-b9287b804148acc9fa2786a87e3a9f82c008caee.zip |
Introduce PORTSCOUT var
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mikmod/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 99eb40ce74b7..5a2cfc40bf11 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -27,4 +27,6 @@ CONFIGURE_ARGS+= --enable-color-interface MAN1= mikmod.1 PLIST_FILES= bin/mikmod +PORTSCOUT= skipv:3.3.0 + .include <bsd.port.mk> |