diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-11-29 01:53:36 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-11-29 01:53:36 +0800 |
commit | 9e2c612a95e8f788084d4064e7035a6aeba62e54 (patch) | |
tree | db8b757b7531e34438821aab329b0b7d7941a23e /x11-toolkits/wxgtk26/Makefile | |
parent | 17071bab074e131c67e4c7ca6cff4d98bbdeb36e (diff) | |
download | freebsd-ports-gnome-9e2c612a95e8f788084d4064e7035a6aeba62e54.tar.gz freebsd-ports-gnome-9e2c612a95e8f788084d4064e7035a6aeba62e54.tar.zst freebsd-ports-gnome-9e2c612a95e8f788084d4064e7035a6aeba62e54.zip |
- Fix wxgtk2-2.6-config and wxgtk2u-2.6-config when HOME is not set --
execute /bin/sh instead of bash in this case.
- Bump PORTREVISION
PR: 105561
Diffstat (limited to 'x11-toolkits/wxgtk26/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index 5f168618aeef..7cb920ef7080 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/Makefile @@ -51,6 +51,7 @@ PLIST= ${.CURDIR}/pkg-plist WXGTK_FLAVOR?= gtk2 .if ${WXGTK_FLAVOR} == "gtk2" +PORTREVISION= 1 CONFLICTS= wxgtk2-contrib-devel-2.5.2* .endif |