diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-10-19 07:13:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-10-19 07:13:39 +0800 |
commit | 223f00e6682d6f311f93bf65d01349befc2f6566 (patch) | |
tree | e63a7d0899f86cc956508ed73edb559ce7c55ac4 /x11/gnome-menus/Makefile | |
parent | 0d18dd2b4560ddb7d2f0f208324752bfd09598c7 (diff) | |
download | marcuscom-ports-223f00e6682d6f311f93bf65d01349befc2f6566.tar marcuscom-ports-223f00e6682d6f311f93bf65d01349befc2f6566.tar.gz marcuscom-ports-223f00e6682d6f311f93bf65d01349befc2f6566.tar.bz2 marcuscom-ports-223f00e6682d6f311f93bf65d01349befc2f6566.tar.lz marcuscom-ports-223f00e6682d6f311f93bf65d01349befc2f6566.tar.xz marcuscom-ports-223f00e6682d6f311f93bf65d01349befc2f6566.tar.zst marcuscom-ports-223f00e6682d6f311f93bf65d01349befc2f6566.zip |
Fix the build on 6.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13133 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-menus/Makefile')
-rw-r--r-- | x11/gnome-menus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 61695212f..e75cd0569 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-menus/Makefile,v 1.98 2009/09/22 09:08:43 kwm Exp $ +# $MCom: ports/x11/gnome-menus/Makefile,v 1.99 2009/10/01 17:11:10 kwm Exp $ # PORTNAME= gnome-menus @@ -37,6 +37,8 @@ post-patch: < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/simple-editor/GMenuSimpleEditor/menutreemodel.py + @${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \ + ${WRKSRC}/util/Makefile.in post-install: @${INSTALL_DATA} ${WRKSRC}/layout/applications.menu \ |