diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-07-19 13:58:01 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-19 13:58:01 +0000 |
commit | f55ce2ea09c25e0e5a0b62a9a9e6ab06cdf22731 (patch) | |
tree | 6b1bd35cae6dd2feabcddb8d57e92f2160c55805 /graphics/ecg2png | |
parent | 4a625dbbebdf76eea6fff88e7e43d9655d03aed4 (diff) | |
download | ports-f55ce2ea09c25e0e5a0b62a9a9e6ab06cdf22731.tar.gz ports-f55ce2ea09c25e0e5a0b62a9a9e6ab06cdf22731.zip |
Notes
Diffstat (limited to 'graphics/ecg2png')
-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> |