diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-06-16 17:12:10 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-06-16 17:12:10 +0800 |
commit | ef08dd0fdb0a66a006fa0f465bea15f9a4d3c476 (patch) | |
tree | 79f5b301b6f44d38daf3cf75c5f7978edaa0510b /www | |
parent | fb80ffac9516ec3a4a7c7147c26c42ecf93c58b4 (diff) | |
download | freebsd-ports-gnome-ef08dd0fdb0a66a006fa0f465bea15f9a4d3c476.tar.gz freebsd-ports-gnome-ef08dd0fdb0a66a006fa0f465bea15f9a4d3c476.tar.zst freebsd-ports-gnome-ef08dd0fdb0a66a006fa0f465bea15f9a4d3c476.zip |
- drop p5-DBD-File conditional dependency as is going to be removed as it only
works on PERL_LEVEL < 500600 (FreeBSD 4.x which is EOL so no PORTREVISION bump)
- use my @FreeBSD.org email
Submitted by: erwin@
Diffstat (limited to 'www')
-rw-r--r-- | www/kdedict/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/kdedict/Makefile b/www/kdedict/Makefile index b603c974d1b8..c3ff5db2ca2f 100644 --- a/www/kdedict/Makefile +++ b/www/kdedict/Makefile @@ -13,7 +13,7 @@ CATEGORIES= www MASTER_SITES= ftp://ftp.i18n.kde.org/tools/${PORTNAME}/ \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ -MAINTAINER= itetcu@people.tecnik93.com +MAINTAINER= itetcu@FreeBSD.org COMMENT= Web based db to administer standard translations of a translation team RUN_DEPENDS= p5-Date-Manip>0:${PORTSDIR}/devel/p5-Date-Manip \ @@ -30,12 +30,6 @@ CGI_DIR?= ${PREFIX}/www/cgi-bin SUB_FILES= pkg-message SUB_LIST+= PORTNAME=${PORTNAME} CGI_DIR=${CGI_DIR} -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL}<500800 -RUN_DEPENDS+= p5-DBD-File>0:${PORTSDIR}/databases/p5-DBD-File -.endif - pre-everything:: @${ECHO_CMD} "Define to suit your needs:" @${ECHO_CMD} "CGI_DIR (default: ${PREFIX}/www/cgi-bin)" @@ -53,4 +47,4 @@ do-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |