From 7583c1586cc959c80be5cc37ec9a16330a1787d2 Mon Sep 17 00:00:00 2001 From: gusi Date: Wed, 20 Aug 2014 09:28:14 +0000 Subject: Drop .la from brasero. Add USES=libtool to it (was missing). By adding USES=libtool, the port changed its major lib version (going backwards) so depend ports using brasero's lib need to bumped too. Skip gnome3, it needs brasero as run_depends only, no bump needed. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19823 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/goobox/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/goobox/Makefile') diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 636333eaf..da2ed87e3 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -4,6 +4,7 @@ PORTNAME= goobox PORTVERSION= 3.3.2 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -26,6 +27,7 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip OPTIONS_DEFINE= NOTIFY OPTIONS_DEFAULT=NOTIFY -- cgit