diff options
author | John Marino <marino@FreeBSD.org> | 2016-01-25 15:13:10 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-01-25 15:13:10 +0800 |
commit | 986160412fbe5d15231d06b8772e411a3c0703ad (patch) | |
tree | 231536e2114209894fc158e35c25e219424306b9 /x11/tilda/Makefile | |
parent | 7dbd80dede4be18e66b7be3c31384f43040eebf9 (diff) | |
download | freebsd-ports-gnome-986160412fbe5d15231d06b8772e411a3c0703ad.tar.gz freebsd-ports-gnome-986160412fbe5d15231d06b8772e411a3c0703ad.tar.zst freebsd-ports-gnome-986160412fbe5d15231d06b8772e411a3c0703ad.zip |
x11/tilda: Promote vte3 from BUILD_DEPENDS to include RUN_DEPENDS
User got error message, 'Shared object "libvte-2.91.so.0" not found,
required by tilda' when launching tilda. Manually installing
x11-toolkits/vte3 fixed the issue, so vte3 is clearly more than a
build dependency. I've specified RUN_DEPENDS rather than convert
BUILD_* to LIB_* given how vte3 was already specified and the fact
there's no generic library in pkg-plist.
while here, fix the pkg-plist error that showed during build testing
by adding share/appdata/tilda.appdata.xml to the list
approved by: just fix it.
Diffstat (limited to 'x11/tilda/Makefile')
-rw-r--r-- | x11/tilda/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index a5583c2b37f9..0c2294d78710 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -2,6 +2,7 @@ PORTNAME= tilda PORTVERSION= 1.3.1 +PORTREVISION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= x11 @@ -11,6 +12,7 @@ COMMENT= Drop down x11 terminal with transparency support LICENSE= GPLv2 BUILD_DEPENDS= vte3>=0:${PORTSDIR}/x11-toolkits/vte3 +RUN_DEPENDS= vte3>=0:${PORTSDIR}/x11-toolkits/vte3 LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse GNU_CONFIGURE= yes |