aboutsummaryrefslogtreecommitdiffstats
path: root/print/tipograf
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-01-27 10:48:33 +0800
committerijliao <ijliao@FreeBSD.org>2004-01-27 10:48:33 +0800
commit7f7aa87bef43dfaa5164b7d1dd6c4b2d5bec05b5 (patch)
tree3d52cf9b95a52ee8991a6e3df9c3916e3a985ffc /print/tipograf
parent1d989100ae7dbf733e554f402ada962a5c8c9ad2 (diff)
downloadfreebsd-ports-graphics-7f7aa87bef43dfaa5164b7d1dd6c4b2d5bec05b5.tar.gz
freebsd-ports-graphics-7f7aa87bef43dfaa5164b7d1dd6c4b2d5bec05b5.tar.zst
freebsd-ports-graphics-7f7aa87bef43dfaa5164b7d1dd6c4b2d5bec05b5.zip
1. add a missing build dependence
2. fix build on -stable 3. bump portrevision Noted by: bento via kris (2)
Diffstat (limited to 'print/tipograf')
-rw-r--r--print/tipograf/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/tipograf/Makefile b/print/tipograf/Makefile
index 3fb1f313b3c..de1936b729d 100644
--- a/print/tipograf/Makefile
+++ b/print/tipograf/Makefile
@@ -8,17 +8,20 @@
PORTNAME= tipograf
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.falk-henrich.de/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI for a2ps
+BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-letter
RUN_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-letter
USE_REINPLACE= yes
USE_QT_VER= 3
GNU_CONFIGURE= yes
+CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-qt-dir=${QT_PREFIX}
USE_GMAKE= yes