diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-07 21:43:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-07 21:43:28 +0800 |
commit | 4a5d946bff242ff770623c1bda2a80480274b171 (patch) | |
tree | df8f2dc28c95f13140aa705f18fce672d86cc9fa /comms/gnokii | |
parent | d4007708bf1bd00610250a11b5c472ca23fc2be0 (diff) | |
download | freebsd-ports-gnome-4a5d946bff242ff770623c1bda2a80480274b171.tar.gz freebsd-ports-gnome-4a5d946bff242ff770623c1bda2a80480274b171.tar.zst freebsd-ports-gnome-4a5d946bff242ff770623c1bda2a80480274b171.zip |
- Add missing textproc/p5-XML-Parser dependency.
PR: 125361
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Diffstat (limited to 'comms/gnokii')
-rw-r--r-- | comms/gnokii/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 62e1e1aa02d9..b49114f7d5fb 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnokii PORTVERSION= 0.6.26 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ @@ -16,6 +17,9 @@ MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ MAINTAINER= mad@madpilot.net COMMENT= Tools to talk to GSM cellular phones +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser + USE_GMAKE= yes USE_BZIP2= yes USE_LDCONFIG= yes |