diff options
author | robak <robak@FreeBSD.org> | 2014-07-03 21:40:41 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2014-07-03 21:40:41 +0800 |
commit | 2af374830a0fd5d727b080cbc34d6f47026a00df (patch) | |
tree | 1a2c05778c06c6f0b66d43f8159eefbb26638f82 | |
parent | 6878c20b72e18047c58c24796db802d84b873d62 (diff) | |
download | freebsd-ports-gnome-2af374830a0fd5d727b080cbc34d6f47026a00df.tar.gz freebsd-ports-gnome-2af374830a0fd5d727b080cbc34d6f47026a00df.tar.zst freebsd-ports-gnome-2af374830a0fd5d727b080cbc34d6f47026a00df.zip |
devel/libassetml: convert to new LIB_DEPENDS format
Approved by: marino (mentor), portmgr (blanket)
-rw-r--r-- | devel/libassetml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libassetml/Makefile b/devel/libassetml/Makefile index fd36dcf2d5e7..dda3d7c6dd87 100644 --- a/devel/libassetml/Makefile +++ b/devel/libassetml/Makefile @@ -11,7 +11,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Library to share image and audio files between projects BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html -LIB_DEPENDS= popt:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt USES= gettext gmake libtool:keepla makeinfo pkgconfig USE_GNOME= gnomehack gnomeprefix glib20 libxml2 |