diff options
-rw-r--r-- | sysutils/brasero/Makefile | 6 | ||||
-rw-r--r-- | sysutils/brasero/files/patch-Makefile.in | 11 |
2 files changed, 4 insertions, 13 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index eeeccfaec..b9ce25ab6 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/brasero/Makefile,v 1.38 2009/02/28 00:57:43 marcus Exp $ +# $MCom: ports/sysutils/brasero/Makefile,v 1.39 2009/03/02 05:35:04 marcus Exp $ PORTNAME= brasero PORTVERSION= 2.25.92 +PORTREVISION= 1 CATEGORIES= sysutils audio multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -21,7 +22,8 @@ USE_GETTEXT= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehier +USE_XORG= sm +USE_GNOME= intlhack gnomeprefix gnomehack nautilus2 USE_GSTREAMER= gconf core INSTALLS_OMF= yes INSTALLS_ICONS= yes diff --git a/sysutils/brasero/files/patch-Makefile.in b/sysutils/brasero/files/patch-Makefile.in deleted file mode 100644 index 635ac51ce..000000000 --- a/sysutils/brasero/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2009-02-17 19:07:21.000000000 +0100 -+++ Makefile.in 2009-02-21 00:53:19.000000000 +0100 -@@ -318,7 +318,7 @@ - intltool-update \ - gtk-doc.make - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libbrasero-media.pc - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive |