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 | |
parent | (forced commit for commit-mail, which failed due to my fault) (diff) |
Use USE_AUTOMAKE
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=30864
Diffstat (limited to 'graphics')
-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> |