diff options
author | lofi <lofi@FreeBSD.org> | 2006-09-13 05:49:38 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-09-13 05:49:38 +0800 |
commit | 694ef3d81ef78cec229dadb6b6f4e994b5787de2 (patch) | |
tree | 328b62afe0369870f051c7eb8b5e2e5a98d5d714 /audio/libtunepimp | |
parent | 2ec79100cc53e54a002683c02a1ce7994345767c (diff) | |
download | freebsd-ports-gnome-694ef3d81ef78cec229dadb6b6f4e994b5787de2.tar.gz freebsd-ports-gnome-694ef3d81ef78cec229dadb6b6f4e994b5787de2.tar.zst freebsd-ports-gnome-694ef3d81ef78cec229dadb6b6f4e994b5787de2.zip |
Prevent libtunepimp and libtunepimp-old from clobbering each other's
libraries and includes and bump PORTREVISION for both. Hack the two remaining
users of libtunepimp-old into compiling.
Diffstat (limited to 'audio/libtunepimp')
-rw-r--r-- | audio/libtunepimp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile index f0599847e962..8131f02142cb 100644 --- a/audio/libtunepimp/Makefile +++ b/audio/libtunepimp/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtunepimp PORTVERSION= 0.5.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/ \ |