diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-29 07:01:00 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-29 07:01:00 +0800 |
commit | 6c3074cce47f5bca345a9fc99e5a7fa53b586e4c (patch) | |
tree | 690dd24a9ab479962a2e8e84ec7e57dcfa0d33b2 /graphics/hugin | |
parent | 4a0077fa495855837fe4a1a65b1a3ead9d7402ef (diff) | |
download | freebsd-ports-gnome-6c3074cce47f5bca345a9fc99e5a7fa53b586e4c.tar.gz freebsd-ports-gnome-6c3074cce47f5bca345a9fc99e5a7fa53b586e4c.tar.zst freebsd-ports-gnome-6c3074cce47f5bca345a9fc99e5a7fa53b586e4c.zip |
Add use_imake to get makedepend
Noticed by: pointyhat / kris
Diffstat (limited to 'graphics/hugin')
-rw-r--r-- | graphics/hugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 8c0f9a079160..8b4c0d6e1c4e 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -28,6 +28,7 @@ RUN_DEPENDS= PTOptimizer:${PORTSDIR}/graphics/libpano12 \ WRKSRC= ${WRKDIR}/hugin HAS_CONFIGURE= yes USE_GMAKE= yes +USE_IMAKE= yes DOCSDIR= ${PREFIX}/share/hugin/xrc/data |