diff options
-rw-r--r-- | graphics/ecg2png/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/ecg2png/Makefile b/graphics/ecg2png/Makefile index 6e2ef7cc49e6..43ef8a3b1a2b 100644 --- a/graphics/ecg2png/Makefile +++ b/graphics/ecg2png/Makefile @@ -20,5 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${X11BASE}/include/qt2 -I${LOCALBASE}/include/gd" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" USE_GMAKE= yes +USE_AUTOMAKE= yes .include <bsd.port.mk> |