diff options
author | asami <asami@FreeBSD.org> | 1997-02-19 12:58:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-02-19 12:58:23 +0800 |
commit | cedd73d8b85878ae31546ba4780ead869fa233cf (patch) | |
tree | 5226e724609c9a81ed4c864c3da17a193c95942d /graphics | |
parent | b6d0dc52a92d2548413c93e33daf9a44f0b6921b (diff) | |
download | freebsd-ports-gnome-cedd73d8b85878ae31546ba4780ead869fa233cf.tar.gz freebsd-ports-gnome-cedd73d8b85878ae31546ba4780ead869fa233cf.tar.zst freebsd-ports-gnome-cedd73d8b85878ae31546ba4780ead869fa233cf.zip |
CONFIGURE (which I assume the porter meant HAS_CONFIGURE) is not necessary
when GNU_CONFIGURE is defined.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sced/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/sced/Makefile b/graphics/sced/Makefile index baf11bf96db8..31eb5e02a553 100644 --- a/graphics/sced/Makefile +++ b/graphics/sced/Makefile @@ -3,14 +3,13 @@ # Date created: 27 Dec 1996 # Whom: proff@iq.org # -# $Id: Makefile,v 1.1.1.1 1997/02/18 08:34:30 tg Exp $ +# $Id: Makefile,v 1.2 1997/02/18 10:09:08 obrien Exp $ # DISTNAME= sced-0.94 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.su.oz.au/stephen/sced/src/ -CONFIGURE= true GNU_CONFIGURE= true IS_INTERACTIVE= true |