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 /lang/gnustep-guile | |
parent | 723e77931a9eb864091b766c85ccf8d81e417305 (diff) |
- Update for gnustep 1.5.2 and gui 0.8.4
Notes
Notes:
svn path=/head/; revision=76515
Diffstat (limited to 'lang/gnustep-guile')
-rw-r--r-- | lang/gnustep-guile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 59266a48d815..328405916a80 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep-guile PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ @@ -34,6 +34,7 @@ USE_GMAKE= yes MAKEFILE= MAKE_FLAGS= OPTFLAG="${CFLAGS}" NO_MTREE= yes +USE_GCC= 3.2 MAN1= greg.1 |