diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-26 20:59:36 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-26 20:59:36 +0000 |
commit | 6fe53bfc64cd4f932aec44d9fe8f9a534b9b601b (patch) | |
tree | fb137a5b96058207595d05a6be1da5a3dce55ecc /print/mapagi | |
parent | tinyldap is an attempt to write a very small and very fast LDAP server. (diff) |
Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports which
BUILD_DEPEND on qmake now.
Notes
Notes:
svn path=/head/; revision=102232
Diffstat (limited to 'print/mapagi')
-rw-r--r-- | print/mapagi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/mapagi/Makefile b/print/mapagi/Makefile index 4979f513998d..0a54afc1a2c9 100644 --- a/print/mapagi/Makefile +++ b/print/mapagi/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://members.ferrara.linux.it/calicant/mapagi/ MAINTAINER= lioux@FreeBSD.org COMMENT= Pagination utility that prints your images/comics in 'in folio' format +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + USE_QT_VER= 3 USE_GMAKE= yes USE_REINPLACE= yes |