svn commit: r334759 - head/audio/bebocd
Baptiste Daroussin
bapt at FreeBSD.org
Sun Nov 24 18:45:55 UTC 2013
Author: bapt
Date: Sun Nov 24 18:45:54 2013
New Revision: 334759
URL: http://svnweb.freebsd.org/changeset/ports/334759
Log:
Use modern lib_depends
Support staging
Modified:
head/audio/bebocd/Makefile
Modified: head/audio/bebocd/Makefile
==============================================================================
--- head/audio/bebocd/Makefile Sun Nov 24 18:38:38 2013 (r334758)
+++ head/audio/bebocd/Makefile Sun Nov 24 18:45:54 2013 (r334759)
@@ -10,10 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= ports at 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
More information about the svn-ports-all
mailing list