mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
Add a missing dependency on unique.
Reported by: QAT
This commit is contained in:
parent
3c9dd976a0
commit
24bfb7cb2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232021
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= anjuta
|
||||
PORTVERSION= 2.26.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -20,7 +21,8 @@ BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \
|
|||
neato:${PORTSDIR}/graphics/graphviz
|
||||
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
|
||||
gladeui-1.9:${PORTSDIR}/devel/glade3 \
|
||||
neon.28:${PORTSDIR}/www/neon28
|
||||
neon.28:${PORTSDIR}/www/neon28 \
|
||||
unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
autogen:${PORTSDIR}/devel/autogen \
|
||||
neato:${PORTSDIR}/graphics/graphviz \
|
||||
|
|
Loading…
Add table
Reference in a new issue