diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-20 17:28:14 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-20 17:28:14 +0800 |
commit | 7583c1586cc959c80be5cc37ec9a16330a1787d2 (patch) | |
tree | c3d7be8f3968d0656c088de0292d39ba79b27aa6 /audio/goobox/Makefile | |
parent | 10fdd3e0db2f09b60f62555b89ca21644dc70683 (diff) | |
download | marcuscom-ports-7583c1586cc959c80be5cc37ec9a16330a1787d2.tar.gz marcuscom-ports-7583c1586cc959c80be5cc37ec9a16330a1787d2.tar.zst marcuscom-ports-7583c1586cc959c80be5cc37ec9a16330a1787d2.zip |
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
Diffstat (limited to 'audio/goobox/Makefile')
-rw-r--r-- | audio/goobox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |