diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-01 08:51:05 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-01 08:51:05 +0800 |
commit | 5c5622d67604143ffdda74f480fd35d81073c5b7 (patch) | |
tree | 9c91155e0639e264c527393a01695aff1078952c /mail/spruce/Makefile | |
parent | 365243e29741c9529a679f08023378c0b81aa109 (diff) | |
download | freebsd-ports-gnome-5c5622d67604143ffdda74f480fd35d81073c5b7.tar.gz freebsd-ports-gnome-5c5622d67604143ffdda74f480fd35d81073c5b7.tar.zst freebsd-ports-gnome-5c5622d67604143ffdda74f480fd35d81073c5b7.zip |
Update to version 0.4.8c
PR: 12902
Submitted by: Jim Mock <jim@blues.ghis.net>
Diffstat (limited to 'mail/spruce/Makefile')
-rw-r--r-- | mail/spruce/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index 5bed43a84ca7..ecfbd32b1301 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -1,21 +1,22 @@ # New ports collection makefile for: spruce -# Version required: 0.4.8a +# Version required: 0.4.8c # Date created: 05 June 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.6 1999/07/14 02:41:15 obrien Exp $ +# $Id: Makefile,v 1.7 1999/07/14 03:03:20 cpiazza Exp $ # -DISTNAME= spruce-0.4.8a +DISTNAME= spruce-0.4.8c CATEGORIES= mail -#main master site unreachable: MASTER_SITES= http://www.xtorshun.org/spruce/ -MASTER_SITES= http://fundy.linuxberg.com/files/x11/network/ \ +MASTER_SITES= http://www.xtorshun.org/spruce/ \ + http://fundy.linuxberg.com/files/x11/network/ \ ftp://ftp.loxinfo.co.th/pub/unix/mail/ MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config USE_GMAKE= yes |