diff options
author | hrs <hrs@FreeBSD.org> | 2009-04-06 01:25:58 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-04-06 01:25:58 +0800 |
commit | 5079e17888d958011453c354205a550657753da0 (patch) | |
tree | a9bc2d1d8db0e973c7b6b5803e1770fc72b34d2a /print/acroread9 | |
parent | 8b60229c3bbf41ec4c862b7b3e0d884b3cab52a7 (diff) | |
download | freebsd-ports-gnome-5079e17888d958011453c354205a550657753da0.tar.gz freebsd-ports-gnome-5079e17888d958011453c354205a550657753da0.tar.zst freebsd-ports-gnome-5079e17888d958011453c354205a550657753da0.zip |
Add missing dependencies: gdkpixbuf and libxml2.
PR: ports/133194
Diffstat (limited to 'print/acroread9')
-rw-r--r-- | print/acroread9/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/acroread9/Makefile b/print/acroread9/Makefile index fa873bbd0482..cf9c3460c63e 100644 --- a/print/acroread9/Makefile +++ b/print/acroread9/Makefile @@ -7,7 +7,7 @@ PORTNAME= acroread9 PORTVERSION= 9.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= print linux MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION:S,.0$,,}/${ADOBE_LANG:L}/ \ ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION:S,.0$,,}/${ADOBE_LANG:L}/ @@ -21,9 +21,9 @@ RUN_DEPENDS= acroreadwrapper>=0.0.20090328:${PORTSDIR}/print/acroreadwrapper RESTRICTED= Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html ONLY_FOR_ARCHS= amd64 i386 -USE_LINUX= yes -USE_LINUX_APPS= gtk2 pango scimgtk webauth USE_BZIP2= yes +USE_LINUX= yes +USE_LINUX_APPS= gdkpixbuf gtk2 libxml2 pango scimgtk webauth USE_LDCONFIG= yes #USE_GNOME= desktopfileutils NO_BUILD= yes |