diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-07 16:50:36 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-07 16:50:36 +0000 |
commit | 6c7d8ebbbe94d92fd95dd8c3bf17cfa65cac4e4c (patch) | |
tree | 53ddbf1723565830f149fe7f87752509282f3bec /graphics/stamp | |
parent | 30455506699acfe6dd7a49633e33742921b89573 (diff) | |
download | ports-6c7d8ebbbe94d92fd95dd8c3bf17cfa65cac4e4c.tar.gz ports-6c7d8ebbbe94d92fd95dd8c3bf17cfa65cac4e4c.zip |
Notes
Diffstat (limited to 'graphics/stamp')
-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 1502531238a2..a10b3ec25f58 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= |