Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2013 18:45:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334759 - head/audio/bebocd
Message-ID:  <201311241845.rAOIjs2j052836@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311241845.rAOIjs2j052836>