diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-13 15:54:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-13 15:54:11 +0800 |
commit | 7d18344b753dd835e0489b1fbedc4db6a5ec9dc2 (patch) | |
tree | af74d177c5f01644bfe4cb2739e9c187c05a107c /devel/libticalcs | |
parent | dddde6e6a6e6515b5fa9ded5bc50bf58d44a3392 (diff) | |
download | freebsd-ports-graphics-7d18344b753dd835e0489b1fbedc4db6a5ec9dc2.tar.gz freebsd-ports-graphics-7d18344b753dd835e0489b1fbedc4db6a5ec9dc2.tar.zst freebsd-ports-graphics-7d18344b753dd835e0489b1fbedc4db6a5ec9dc2.zip |
Add dependency on automake
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Diffstat (limited to 'devel/libticalcs')
-rw-r--r-- | devel/libticalcs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libticalcs/Makefile b/devel/libticalcs/Makefile index cca9078475e..214e766e99f 100644 --- a/devel/libticalcs/Makefile +++ b/devel/libticalcs/Makefile @@ -25,6 +25,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes +USE_AUTOMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ LDFLAGS="-L${LOCALBASE}/lib" |