diff options
author | billf <billf@FreeBSD.org> | 1999-03-07 16:50:36 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-07 16:50:36 +0000 |
commit | 5d314210cce81b57db1b67739726d79904558a37 (patch) | |
tree | b0af3b2903e19561ab7ba015f7f031ba10b11f5b /graphics | |
parent | 34f3c2dcae0be05a588ae69afdcdb5a510e80f16 (diff) | |
download | FreeBSD-ports-5d314210cce81b57db1b67739726d79904558a37.zip FreeBSD-ports-5d314210cce81b57db1b67739726d79904558a37.tar.gz |
BROKEN= "distfile is gone, new distfile requires getopt solution"
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/stamp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile index 1502531..a10b3ec 100644 --- a/graphics/stamp/Makefile +++ b/graphics/stamp/Makefile @@ -3,7 +3,7 @@ # Date created: 11 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.2 1998/09/15 11:45:58 asami Exp $ +# $Id: Makefile,v 1.3 1998/12/29 18:22:57 billf Exp $ # DISTNAME= stamp @@ -13,6 +13,8 @@ MASTER_SITES= http://www.telepath.com/booger/ MAINTAINER= billf@FreeBSD.org +BROKEN= "distfile is gone, new distfile requires getopt solution" + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg ALL_TARGET= |