diff options
author | krion <krion@FreeBSD.org> | 2004-04-09 15:44:53 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-09 15:44:53 +0800 |
commit | 5395c32d01f6c4801c98f43d53224c1961715841 (patch) | |
tree | 631954442a7462decd5e8f0980638a07306e4bdf /audio/libcddb/Makefile | |
parent | 866cb8718e2e5a2f3cf0b86d057274486623f958 (diff) | |
download | freebsd-ports-gnome-5395c32d01f6c4801c98f43d53224c1961715841.tar.gz freebsd-ports-gnome-5395c32d01f6c4801c98f43d53224c1961715841.tar.zst freebsd-ports-gnome-5395c32d01f6c4801c98f43d53224c1961715841.zip |
- Utilize lthack
PR: ports/65348
Submitted by: michael johnson <ahze@ahze.net>
Diffstat (limited to 'audio/libcddb/Makefile')
-rw-r--r-- | audio/libcddb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index b603405b0dce..a0a5c3ca970f 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -6,6 +6,7 @@ PORTNAME= libcddb PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +15,8 @@ MAINTAINER= ahze@ahze.net COMMENT= A library to access data on a CDDB server USE_LIBTOOL_VER= 13 -USE_GNOME= gnomehack pkgconfig -INSTALL_SHLIBS= yes +USE_GNOME= gnometarget lthack gnomehack pkgconfig +INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> |