diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-05 06:51:28 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-05 06:51:28 +0800 |
commit | 0539aa7075ca94d89eab4064c4acdbb77602ab48 (patch) | |
tree | a439b93c69f8cda1035c5d4d0e027958ba835230 /x11/gnome-panel/Makefile | |
parent | 2dbda72086f851f8738b378220d7bdd872fcc682 (diff) | |
download | marcuscom-ports-0539aa7075ca94d89eab4064c4acdbb77602ab48.tar marcuscom-ports-0539aa7075ca94d89eab4064c4acdbb77602ab48.tar.gz marcuscom-ports-0539aa7075ca94d89eab4064c4acdbb77602ab48.tar.bz2 marcuscom-ports-0539aa7075ca94d89eab4064c4acdbb77602ab48.tar.lz marcuscom-ports-0539aa7075ca94d89eab4064c4acdbb77602ab48.tar.xz marcuscom-ports-0539aa7075ca94d89eab4064c4acdbb77602ab48.tar.zst marcuscom-ports-0539aa7075ca94d89eab4064c4acdbb77602ab48.zip |
Sync w/ FreeBSD ports tree that what I just committed recently.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16029 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-panel/Makefile')
-rw-r--r-- | x11/gnome-panel/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 3ba424519..40d261367 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.233 2011/04/30 20:43:30 mezz Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.234 2011/06/03 21:27:51 mezz Exp $ # PORTNAME= gnome-panel @@ -28,6 +28,7 @@ CONFLICTS= gnome-panel-3.[0-9]* USE_GETTEXT= yes USE_XORG= ice sm x11 xau xrandr +USE_PYTHON= yes INSTALLS_OMF= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes @@ -36,10 +37,9 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop libwnck gnomemenus \ WANT_GNOME= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -CONFIGURE_ARGS= --disable-network-manager \ - --enable-polkit -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-network-manager +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS="-I${LOCALBASE}/include" MAN1= gnome-panel.1 GCONF_SCHEMAS= clock.schemas fish.schemas \ @@ -81,6 +81,8 @@ post-patch: @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \ ${WRKSRC}/help/clock/Makefile.in \ ${WRKSRC}/help/fish/Makefile.in + @${REINPLACE_CMD} -e 's|python.* python2\.0|${PYTHON_VERSION}|g' \ + ${WRKSRC}/configure post-install: @${MKDIR} ${PREFIX}/lib/gnome-panel/modules |