diff options
author | asami <asami@FreeBSD.org> | 1995-05-13 23:57:44 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-13 23:57:44 +0000 |
commit | bba862697593fdc2abd7ddcc50433700c2912086 (patch) | |
tree | 0ccc7d8253b3ee7a8bbb14b73b244194eb9aba37 /graphics/xv | |
parent | 824b0ead3edad00db364f43a606a2e2f13f4c6cf (diff) | |
download | FreeBSD-ports-bba862697593fdc2abd7ddcc50433700c2912086.zip FreeBSD-ports-bba862697593fdc2abd7ddcc50433700c2912086.tar.gz |
Add NO_PACKAGE.
Diffstat (limited to 'graphics/xv')
-rw-r--r-- | graphics/xv/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index fbd0a57..132efae 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -3,7 +3,7 @@ # Date created: 30 October 1994 # Whom: smace # -# $Id: Makefile,v 1.6 1995/04/01 12:46:17 jkh Exp $ +# $Id: Makefile,v 1.7 1995/04/09 07:09:55 asami Exp $ # DISTNAME= xv-3.10a @@ -15,4 +15,7 @@ LIB_DEPENDS= jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg \ USE_IMAKE= yes +# Restrictive copyright +NO_PACKAGE= yes + .include <bsd.port.mk> |