diff options
author | kwm <kwm@FreeBSD.org> | 2011-07-30 17:25:43 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-07-30 17:25:43 +0800 |
commit | 650f741ab927dd422287657ce158b834d43beb66 (patch) | |
tree | 4d74f80346e59879a7b7e712ea7e1c8ed75ecf21 /graphics | |
parent | 35943b8a74c1dde3d2de9d702d2e48b33d638396 (diff) | |
download | freebsd-ports-gnome-650f741ab927dd422287657ce158b834d43beb66.tar.gz freebsd-ports-gnome-650f741ab927dd422287657ce158b834d43beb66.tar.zst freebsd-ports-gnome-650f741ab927dd422287657ce158b834d43beb66.zip |
Fix build by depending on devel/m4, after glib and gtk update.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/amide/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile index 6b48ee287ba4..591d55ac34c1 100644 --- a/graphics/amide/Makefile +++ b/graphics/amide/Makefile @@ -17,6 +17,8 @@ COMMENT= Medical Imaging Data Examiner LICENSE= GPLv2 +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 + USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |