diff options
author | gahr <gahr@FreeBSD.org> | 2014-01-29 21:33:39 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-01-29 21:33:39 +0800 |
commit | 33b90c2c9de7496c25332d9eb1305a1e8b56ac3c (patch) | |
tree | 0e05e3ac901da4a02de5d3221c48e13c6ad35656 /comms | |
parent | b64a9909e07faefbfdf5aa79484c2fcbd5090edb (diff) | |
download | freebsd-ports-gnome-33b90c2c9de7496c25332d9eb1305a1e8b56ac3c.tar.gz freebsd-ports-gnome-33b90c2c9de7496c25332d9eb1305a1e8b56ac3c.tar.zst freebsd-ports-gnome-33b90c2c9de7496c25332d9eb1305a1e8b56ac3c.zip |
- Convert to USES=gmake tk
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ncid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/ncid/Makefile b/comms/ncid/Makefile index c8983a9392c5..dd68c03e6717 100644 --- a/comms/ncid/Makefile +++ b/comms/ncid/Makefile @@ -10,7 +10,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= dhn@FreeBSD.org COMMENT= Network based Caller ID package -USE_TK= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= ncid.1 ncid2ncid.1 ncidrotate.1 yac2ncid.1 ncidmodules.1 ncidtools.1 \ cidalias.1 cidcall.1 cidupdate.1 ncid-initmodem.1 ncid-kpopup.1 ncid-mythtv.1 \ @@ -19,7 +18,7 @@ MAN5= ncid.conf.5 ncidmodules.conf.5 ncidd.alias.5 ncidrotate.conf.5 ncidd.blac ncidsip.conf.5 sip2ncid.conf.5 ncidd.conf.5 ncid2ncid.conf.5 yac2ncid.conf.5 MAN8= ncidd.8 ncidsip.8 sip2ncid.8 -USE_GMAKE= yes +USES= gmake tk ALL_TARGET= local MAKE_ARGS= WISH=${WISH} TCLSH=${TCLSH} INSTALL_TARGET= freebsd-install |