diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-27 02:48:33 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-27 02:48:33 +0000 |
commit | 357431499b4c1e43d37115e481f27f5ae1915531 (patch) | |
tree | 936d8ecdb8dea9d2c621460d6f4294eb48f4656f | |
parent | fix distfile name (diff) |
1. add a missing build dependence
2. fix build on -stable
3. bump portrevision
Noted by: bento via kris (2)
-rw-r--r-- | print/tipograf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/tipograf/Makefile b/print/tipograf/Makefile index 3fb1f313b3c6..de1936b729db 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 |