diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2010-08-08 04:16:02 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2010-08-08 04:16:02 +0000 |
commit | 43324acf06e66a2d7260a5c297536bb1293e851c (patch) | |
tree | d0bf1cb385e1bb3af244c7c326dbc38d44b90973 /print/acroreadwrapper/Makefile | |
parent | e15438b70652f7c948af1782e933652a6deb45f5 (diff) | |
download | ports-43324acf06e66a2d7260a5c297536bb1293e851c.tar.gz ports-43324acf06e66a2d7260a5c297536bb1293e851c.zip |
Notes
Diffstat (limited to 'print/acroreadwrapper/Makefile')
-rw-r--r-- | print/acroreadwrapper/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/acroreadwrapper/Makefile b/print/acroreadwrapper/Makefile index 694e89fa2802..16d8c6a3ca4c 100644 --- a/print/acroreadwrapper/Makefile +++ b/print/acroreadwrapper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= acroreadwrapper -PORTVERSION= 0.0.20090328 +PORTVERSION= 0.0.20100806 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -14,6 +14,8 @@ DISTFILES= # empty MAINTAINER= hrs@FreeBSD.org COMMENT= Wrapper script for Adobe Reader +RUN_DEPENDS= ${LOCALBASE}/lib/linux-libgtkembedmoz/libgtkembedmoz.so:${PORTSDIR}/www/linux-libgtkembedmoz + ONLY_FOR_ARCHS= amd64 i386 NO_BUILD= yes PLIST_FILES= bin/acroread8 bin/acroread9 bin/acroread |