diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2014-07-03 13:40:41 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2014-07-03 13:40:41 +0000 |
commit | 07748aff6da8658c0573673bf4baa97bc5d9edee (patch) | |
tree | 1a2c05778c06c6f0b66d43f8159eefbb26638f82 /devel/libassetml | |
parent | c0edaf5cdd88af4b5f93da90d2eb521487934f80 (diff) |
Notes
Diffstat (limited to 'devel/libassetml')
-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 |