diff options
-rw-r--r-- | mail/faces/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 52b39bbea79..4855cb43ef8 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2005/07/16 19:10:39 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2005/09/29 14:29:26 wiz Exp $ DISTNAME= faces-1.6.1 PKGREVISION= 3 @@ -13,8 +13,10 @@ DEPENDS+= netpbm>=9.2:../../graphics/netpbm CONFLICTS= compface-[0-9]* -LICENSE= limited-redistribution +LICENSE= faces-license RESTRICTED= "Distribution not allowed if money exchanged" +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/faces USE_X11BASE= YES |