mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix p5-XML-XQL run-time dependency.
Reported by: Jeremy Messenger <mezz7@cox.net>
This commit is contained in:
parent
6f234a0afb
commit
a65a95b7d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97464
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= inkscape
|
PORTNAME= inkscape
|
||||||
PORTVERSION= 0.36
|
PORTVERSION= 0.36
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= graphics gnome
|
CATEGORIES= graphics gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
@ -16,6 +16,7 @@ MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= A program seeks to become a full featured open source SVG editor
|
COMMENT= A program seeks to become a full featured open source SVG editor
|
||||||
|
|
||||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||||
|
RUN_DEPENDS= ${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue