diff options
Diffstat (limited to 'mail/faces')
-rw-r--r-- | mail/faces/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 32f19be9766..771499d6da4 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2007/02/15 14:46:27 joerg Exp $ +# $NetBSD: Makefile,v 1.55 2009/05/19 08:59:21 wiz Exp $ DISTNAME= faces-1.6.1 PKGREVISION= 4 @@ -8,16 +8,16 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Visual mail, user and print face server - -DEPENDS+= netpbm>=9.2:../../graphics/netpbm - -CONFLICTS= compface-[0-9]* - LICENSE= faces-license + RESTRICTED= Distribution not allowed if money exchanged NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +DEPENDS+= netpbm>=9.2:../../graphics/netpbm + +CONFLICTS= compface-[0-9]* + WRKSRC= ${WRKDIR}/faces USE_X11BASE= YES USE_LIBTOOL= YES |