Add a missing dependency on libunique.
Reported by: pointyhat via pav
This commit is contained in:
parent
09d09f2971
commit
741440505d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246606
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= gnome-user-share
|
||||
PORTVERSION= 2.28.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www deskutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -17,7 +18,8 @@ COMMENT= Personal file-sharing service for the GNOME Desktop
|
|||
|
||||
LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app \
|
||||
canberra.0:${PORTSDIR}/audio/libcanberra \
|
||||
notify.1:${PORTSDIR}/devel/libnotify
|
||||
notify.1:${PORTSDIR}/devel/libnotify \
|
||||
unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
|
||||
RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:${PORTSDIR}/www/mod_dnssd \
|
||||
console-kit-daemon:${PORTSDIR}/sysutils/consolekit
|
||||
|
||||
|
|
Loading…
Reference in a new issue