diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-02-27 04:05:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-02-27 04:05:16 +0800 |
commit | 10f362810fd686e3048027115c44413c0931ebfd (patch) | |
tree | e280053b1cd6d650a12365aa61bf8497dec103d9 /lang/gnustep-guile | |
parent | 6dd2682d05d52ce8918298d45b0b0de7b3c1097f (diff) | |
download | freebsd-ports-gnome-10f362810fd686e3048027115c44413c0931ebfd.tar.gz freebsd-ports-gnome-10f362810fd686e3048027115c44413c0931ebfd.tar.zst freebsd-ports-gnome-10f362810fd686e3048027115c44413c0931ebfd.zip |
- Update for gnustep 1.5.2 and gui 0.8.4
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 |