diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-06 16:54:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-06 16:54:01 +0800 |
commit | 3eb3c75b7d6fe552a8daa185ab6d042bfd371fa2 (patch) | |
tree | 919c2643842fd4ea0cabd47b0a098c49d83b8146 /x11-themes | |
parent | 14ac68a14a6115ed95f24a291d8a79dfcb24a8dd (diff) | |
download | marcuscom-ports-3eb3c75b7d6fe552a8daa185ab6d042bfd371fa2.tar marcuscom-ports-3eb3c75b7d6fe552a8daa185ab6d042bfd371fa2.tar.gz marcuscom-ports-3eb3c75b7d6fe552a8daa185ab6d042bfd371fa2.tar.bz2 marcuscom-ports-3eb3c75b7d6fe552a8daa185ab6d042bfd371fa2.tar.lz marcuscom-ports-3eb3c75b7d6fe552a8daa185ab6d042bfd371fa2.tar.xz marcuscom-ports-3eb3c75b7d6fe552a8daa185ab6d042bfd371fa2.tar.zst marcuscom-ports-3eb3c75b7d6fe552a8daa185ab6d042bfd371fa2.zip |
This PLIST_SUB is no longer needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6228 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index ca376c735..f90ceba33 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.85 2006/04/13 07:52:42 bland Exp $ +# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.87 2006/04/30 05:04:16 ahze Exp $ # PORTNAME= gnome-themes @@ -31,8 +31,6 @@ USE_GNOME= gnomehack intlhack metacity libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= GTK_VERSION="2.4.0" - post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|noinst_PROGRAMS = |noinst_PROGRAMS = #|g' |