diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-25 02:45:54 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-25 02:45:54 +0800 |
commit | 871e39394d3cfb7f3962aad0dd653e2fdb26323a (patch) | |
tree | d449e209afbd413c5fa1a858399e327494306857 /audio | |
parent | 69c99632ee5d889d8bb30f3f18f68699063985f1 (diff) | |
download | freebsd-ports-gnome-871e39394d3cfb7f3962aad0dd653e2fdb26323a.tar.gz freebsd-ports-gnome-871e39394d3cfb7f3962aad0dd653e2fdb26323a.tar.zst freebsd-ports-gnome-871e39394d3cfb7f3962aad0dd653e2fdb26323a.zip |
Use modern lib_depends
Support staging
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bebocd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/bebocd/Makefile b/audio/bebocd/Makefile index bafba1d902df..9967501d903f 100644 --- a/audio/bebocd/Makefile +++ b/audio/bebocd/Makefile @@ -10,10 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 CD Player -LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio +LIB_DEPENDS= libcdaudio.so:${PORTSDIR}/audio/libcdaudio USE_XORG= x11 -NO_STAGE= yes USES= gmake pathfix pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes |