summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-13 07:54:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-13 07:54:11 +0000
commit599ffdb29d43a9e179548a51520d4b2740d05b46 (patch)
tree7929859c8ee0c83359488dfa8497397a08622db6 /devel
parentFix dependency, add intl.5 (diff)
Add dependency on automake
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Notes
Notes: svn path=/head/; revision=90997
Diffstat (limited to 'devel')
-rw-r--r--devel/libticalcs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libticalcs/Makefile b/devel/libticalcs/Makefile
index cca9078475e7..214e766e99fb 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"