diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-02-05 04:56:58 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-02-05 04:56:58 +0800 |
commit | 2acdcaa7e224738314264cff3162fb967c2708f3 (patch) | |
tree | e5bbf93ddc9c7640c16ffb4ca3977e6fb5f2a3d1 /x11 | |
parent | 134a3be77c6111bc25ff8525f5edd44f94f5f7d5 (diff) | |
download | freebsd-ports-gnome-2acdcaa7e224738314264cff3162fb967c2708f3.tar.gz freebsd-ports-gnome-2acdcaa7e224738314264cff3162fb967c2708f3.tar.zst freebsd-ports-gnome-2acdcaa7e224738314264cff3162fb967c2708f3.zip |
- Add dependency for textproc/p5-XML-Parser
Reported by: lme
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxmenu-data/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/lxmenu-data/Makefile b/x11/lxmenu-data/Makefile index 04a437649f7b..002a8670b225 100644 --- a/x11/lxmenu-data/Makefile +++ b/x11/lxmenu-data/Makefile @@ -11,6 +11,8 @@ COMMENT= Menu data used by lxpanel LICENSE= GPLv2 +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser + USES= gmake gettext USE_XORG= x11 xmu USE_GNOME= intltool |