diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-26 20:05:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-26 20:05:16 +0000 |
commit | 55b29f2dc48d008c38254b0d24b2d8f750333f94 (patch) | |
tree | 2f2e1005cddd250ed211e0a0c3a71e7b223e260f /x11-toolkits/gtoolkit/Makefile | |
parent | 723e77931a9eb864091b766c85ccf8d81e417305 (diff) |
- Update for gnustep 1.5.2 and gui 0.8.4
Notes
Notes:
svn path=/head/; revision=76515
Diffstat (limited to 'x11-toolkits/gtoolkit/Makefile')
-rw-r--r-- | x11-toolkits/gtoolkit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gtoolkit/Makefile b/x11-toolkits/gtoolkit/Makefile index 54d370465c48..179187db8b11 100644 --- a/x11-toolkits/gtoolkit/Makefile +++ b/x11-toolkits/gtoolkit/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtoolkit PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.inf.uos.de/pub/elmar/gtk/objc-gtoolkit/ @@ -22,6 +23,7 @@ USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes NO_MTREE= yes +USE_GCC= 3.2 MAKE_ARGS= GNUSTEP_SYSTEM_ROOT=${PREFIX}/System CONFIGURE_ARGS+= --with-gnustep |