diff options
Diffstat (limited to 'dns/updatedd/Makefile')
-rw-r--r-- | dns/updatedd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dns/updatedd/Makefile b/dns/updatedd/Makefile index 01c31e8baa2e..2f30f36e2af5 100644 --- a/dns/updatedd/Makefile +++ b/dns/updatedd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: updatedd -# Date created: 2003-12-02 -# Whom: geniusj@ods.org -# +# Created by: geniusj@ods.org # $FreeBSD$ -# PORTNAME= updatedd PORTVERSION= 2.6 @@ -15,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= geniusj@ods.org COMMENT= Dynamic DNS Update Client supporting multiple services -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes |