diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 09:28:48 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 09:28:48 +0000 |
commit | 1c66bfbf12cafd563d303aeb317a94d29ac289e2 (patch) | |
tree | 452ea99c19a43d7a5d27ecc9c884e5fa1ae62cdf /graphics/giftool | |
parent | 15dab03ed9814a74cf8803678ef66d4c5838769e (diff) | |
download | ports-1c66bfbf12cafd563d303aeb317a94d29ac289e2.tar.gz ports-1c66bfbf12cafd563d303aeb317a94d29ac289e2.zip |
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED.
Notes
Notes:
svn path=/head/; revision=4860
Diffstat (limited to 'graphics/giftool')
-rw-r--r-- | graphics/giftool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/giftool/Makefile b/graphics/giftool/Makefile index add0f27747bb..5f6fd701d646 100644 --- a/graphics/giftool/Makefile +++ b/graphics/giftool/Makefile @@ -3,7 +3,7 @@ # Date created: 14 October 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1996/10/30 13:44:05 jfitz Exp $ +# $Id: Makefile,v 1.2 1996/11/18 11:27:51 asami Exp $ # DISTNAME= giftool @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.huie.hokudai.ac.jp/pub/tool/graphics/ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp -NO_CDROM= yes #shareware +NO_CDROM= "Shareware" NO_WRKSUBDIR= yes ALL_TARGET= giftool |