diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-18 06:09:39 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-18 06:09:39 +0800 |
commit | 60715533e7c2dcd62bd255f6d3829e8936a34338 (patch) | |
tree | 4cd598b8e2fe9786d376d898cfeec264eb0da5ed /sysutils/brasero/Makefile | |
parent | 5587638694e55b02949032d7d39df7eac3cbfcbb (diff) | |
download | marcuscom-ports-60715533e7c2dcd62bd255f6d3829e8936a34338.tar marcuscom-ports-60715533e7c2dcd62bd255f6d3829e8936a34338.tar.gz marcuscom-ports-60715533e7c2dcd62bd255f6d3829e8936a34338.tar.bz2 marcuscom-ports-60715533e7c2dcd62bd255f6d3829e8936a34338.tar.lz marcuscom-ports-60715533e7c2dcd62bd255f6d3829e8936a34338.tar.xz marcuscom-ports-60715533e7c2dcd62bd255f6d3829e8936a34338.tar.zst marcuscom-ports-60715533e7c2dcd62bd255f6d3829e8936a34338.zip |
- Reomove forgotten patch
- Install locales
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6292 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r-- | sysutils/brasero/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 9332fbc86..11273deef 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/bonfire/Makefile,v 1.4 2006/05/13 01:24:39 ahze Exp $ +# $MCom: ports/sysutils/bonfire/Makefile,v 1.5 2006/05/17 18:04:28 ahze Exp $ PORTNAME= bonfire PORTVERSION= 0.3.1 @@ -18,6 +18,7 @@ LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \ gdl-1.0:${PORTSDIR}/x11-toolkits/gdl +USE_GETTEXT= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes @@ -25,6 +26,8 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix nautiluscdburner USE_GSTREAMER= gconf core CONFIGURE_ARGS= --disable-inotify +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|$$(datadir)|${PREFIX}/share/gnome|' \ |