diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-07-22 09:10:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-07-22 09:10:30 +0800 |
commit | 6e683e4898dfa23b98cd9739f0b9466e8d4e8120 (patch) | |
tree | 9abb3f8618b0e40a1869f16085c09f669eb69119 /audio/libcddb/Makefile | |
parent | fab7560c3cd4944f86e53f094873215e532c8179 (diff) | |
download | freebsd-ports-gnome-6e683e4898dfa23b98cd9739f0b9466e8d4e8120.tar.gz freebsd-ports-gnome-6e683e4898dfa23b98cd9739f0b9466e8d4e8120.tar.zst freebsd-ports-gnome-6e683e4898dfa23b98cd9739f0b9466e8d4e8120.zip |
upgrade to 0.9.5
PR: 69393
Submitted by: maintainer
Diffstat (limited to 'audio/libcddb/Makefile')
-rw-r--r-- | audio/libcddb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index b4550a7b345f..e5b50e69e592 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ PORTNAME= libcddb -PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTVERSION= 0.9.5 +PORTREVISION= 0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@ahze.net COMMENT= A library to access data on a CDDB server -USE_INC_LIBTOOL_VER= 13 -USE_GNOME= gnometarget lthack gnomehack pkgconfig +USE_INC_LIBTOOL_VER= 15 +USE_GNOME= gnometarget gnomehack pkgconfig INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> |