diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-03 18:01:10 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-03 18:01:10 +0800 |
commit | f7161ebf78fad97bc9b6ef3228eb547d51a596c1 (patch) | |
tree | 51e5a159d5f7ec20c839aa88533d6998634383ce /graphics/xenomorph | |
parent | fca1f50e6f80eac10a8caf01f98e0d8f2209276f (diff) | |
download | freebsd-ports-gnome-f7161ebf78fad97bc9b6ef3228eb547d51a596c1.tar.gz freebsd-ports-gnome-f7161ebf78fad97bc9b6ef3228eb547d51a596c1.tar.zst freebsd-ports-gnome-f7161ebf78fad97bc9b6ef3228eb547d51a596c1.zip |
Chase qmake dependency.
Diffstat (limited to 'graphics/xenomorph')
-rw-r--r-- | graphics/xenomorph/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/xenomorph/Makefile b/graphics/xenomorph/Makefile index a6007bb726a1..a8b063957ecb 100644 --- a/graphics/xenomorph/Makefile +++ b/graphics/xenomorph/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= An image filter system based on volterra and morphologic filters +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + PLIST_FILES= bin/xenomorph USE_BZIP2= yes USE_QT_VER= 3 |