diff options
author | alex <alex@FreeBSD.org> | 2000-07-19 21:58:01 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-19 21:58:01 +0800 |
commit | ae93f2fa49c9660d71335e4b6a82f990de864463 (patch) | |
tree | 088f4b25ad26129eca387d81d603bfc503989391 | |
parent | fab9cccc53eb2e04696229eec74dc7ed379f6d04 (diff) | |
download | freebsd-ports-gnome-ae93f2fa49c9660d71335e4b6a82f990de864463.tar.gz freebsd-ports-gnome-ae93f2fa49c9660d71335e4b6a82f990de864463.tar.zst freebsd-ports-gnome-ae93f2fa49c9660d71335e4b6a82f990de864463.zip |
Use USE_AUTOMAKE
Submitted by: bento
-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> |