diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-27 03:21:11 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-27 03:21:11 +0800 |
commit | 787f33183623d5340001132a2645a9377a722716 (patch) | |
tree | 7ca5bb48af030a63ee155ad5f90e045aac2dda35 /x11-toolkits/gtoolkit/Makefile | |
parent | 41683abb3a43611c6ef0aac0d12f513d92c42cb9 (diff) | |
download | freebsd-ports-gnome-787f33183623d5340001132a2645a9377a722716.tar.gz freebsd-ports-gnome-787f33183623d5340001132a2645a9377a722716.tar.zst freebsd-ports-gnome-787f33183623d5340001132a2645a9377a722716.zip |
need to make configure executable again.
Diffstat (limited to 'x11-toolkits/gtoolkit/Makefile')
-rw-r--r-- | x11-toolkits/gtoolkit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtoolkit/Makefile b/x11-toolkits/gtoolkit/Makefile index dcf813dc4f10..32a8d116f749 100644 --- a/x11-toolkits/gtoolkit/Makefile +++ b/x11-toolkits/gtoolkit/Makefile @@ -33,6 +33,7 @@ post-patch: ${SED} -e 's#gtk-config#gtk12-config#g' \ ${CONFIGURE_WRKSRC}/configure.sed \ > ${CONFIGURE_WRKSRC}/configure + ${CHMOD} +x ${CONFIGURE_WRKSRC}/configure do-configure: @(cd ${CONFIGURE_WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \ |