diff options
author | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
commit | e269a25f5fbe6f5626fa7696046c91f0e36832f1 (patch) | |
tree | 02d1ad171b5720b31c48c226c5121a772f67ac0d /graphics/spigot | |
parent | 03fbfa5e0bb896209a3cf1029f2913c43887f16f (diff) | |
download | freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.gz freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.zst freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.zip |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Diffstat (limited to 'graphics/spigot')
-rw-r--r-- | graphics/spigot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/spigot/Makefile b/graphics/spigot/Makefile index 22ed72949cb8..c69efc7ed190 100644 --- a/graphics/spigot/Makefile +++ b/graphics/spigot/Makefile @@ -3,7 +3,7 @@ # Date Created: Fri Sep 15 10:04:46 CDT 1995 # Whom: james@cs.uwm.edu # -# $Id: Makefile,v 1.4 1997/08/11 16:12:19 fenner Exp $ +# $Id: Makefile,v 1.5 1998/01/27 17:10:05 fenner Exp $ # DISTNAME= spigot-1.7 @@ -15,7 +15,6 @@ MAINTAINER= james@cs.uwm.edu # binary package NO_BUILD= yes -NO_CONFIGURE= yes NO_WRKSUBDIR= yes .include <bsd.port.mk> |