summaryrefslogtreecommitdiffstats
path: root/print/a2ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/a2ps/Makefile')
-rw-r--r--print/a2ps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile
index 3df6a62..90b8ede 100644
--- a/print/a2ps/Makefile
+++ b/print/a2ps/Makefile
@@ -12,7 +12,7 @@ COMMENT= Formats an ASCII file for printing on a postscript printer
LICENSE= GPLv2
-LIB_DEPENDS= libpaper.so:${PORTSDIR}/print/libpaper
+LIB_DEPENDS= libpaper.so:print/libpaper
PORTSCOUT= skipv:4.14
@@ -32,7 +32,7 @@ LIBS+= -L${LOCALBASE}/lib
PAPERSIZE?=
.if ${PAPERSIZE:tl} == a4
-RUN_DEPENDS+= ${LOCALBASE}/etc/papersize:${PORTSDIR}/print/papersize-default-a4
+RUN_DEPENDS+= ${LOCALBASE}/etc/papersize:print/papersize-default-a4
.endif
OPTIONS_DEFINE=NLS I18N EMACS
OpenPOWER on IntegriCloud