summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-12-18 00:46:46 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-12-18 00:46:46 +0000
commit13c31c4b0d06160c5ef5bf7026231e4ab182987e (patch)
tree258f761a381689d0dc9ed9c42adc85998ee58ff1 /print
parentForgot to add this file during previous commit. (diff)
Add dependency to linux-png for Ver. 1.3 pips*
Pointed out: Takeshi Ken Yamada <ken@tydfam.machida.tokyo.jp> Obtained from: FreeBSD-users-jp@jp.freebsd.org
Notes
Notes: svn path=/head/; revision=36046
Diffstat (limited to 'print')
-rw-r--r--print/pips800/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/pips800/Makefile b/print/pips800/Makefile
index 22fca2266bcd..e7439b4e1c57 100644
--- a/print/pips800/Makefile
+++ b/print/pips800/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pips${PRTYPE}
PORTVERSION?= 1.2
+PORTREVISION= 1
CATEGORIES?= print linux
MASTER_SITES?= http://www.epkowa.on.arena.ne.jp/pips/data/${PRTYPE}/
DISTNAME?= ${PORTNAME}-${PORTVERSION}
@@ -23,11 +24,11 @@ NO_WRKSUBDIR= yes
PLIST_SUB= BASE_NAME=${BASE_NAME} PRTYPE=${PRTYPE} LIB_DIR_FILE=usr/lib/${LIB_FILE} LIB_README=${LIB_NAME}
MD5_FILE= ${.CURDIR}/distinfo
.if (${PORTVERSION} == 1.2)
-PORTREVISION= 1
LIB_FILE= libPrt${PRTYPE}.so
LIB_NAME= "@comment Readme of the Lib for only 1.3 or later"
FILTER= ${FILESDIR}/filter.rev_1.2
.else
+RUN_DEPENDS+= /compat/linux/usr/lib/libpng.so.2:${PORTSDIR}/graphics/linux-png
LIB_FILE= libpm${PRTYPE}c.so
LIB_NAME= share/doc/${BASE_NAME}/libpm${PRTYPE}c.readme
FILTER= ${FILESDIR}/filter.rev