diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-21 13:31:31 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-21 13:31:31 +0000 |
commit | 3593c8f27e60c45226dfbc1a1e2b4e504cba88a7 (patch) | |
tree | 430b6fd188d1c0461b78d3c9738fc3ccbd259aea /devel/libticalcs | |
parent | 8becacbbe90b04ce8e88ac48c001cda24f676881 (diff) | |
download | ports-3593c8f27e60c45226dfbc1a1e2b4e504cba88a7.tar.gz ports-3593c8f27e60c45226dfbc1a1e2b4e504cba88a7.zip |
Notes
Diffstat (limited to 'devel/libticalcs')
-rw-r--r-- | devel/libticalcs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libticalcs/Makefile b/devel/libticalcs/Makefile index 214e766e99fb..a599aa598696 100644 --- a/devel/libticalcs/Makefile +++ b/devel/libticalcs/Makefile @@ -21,11 +21,11 @@ LIB_DEPENDS= ticables.10:${PORTSDIR}/comms/libticables \ intl.5:${PORTSDIR}/devel/gettext USE_GNOME= glib20 +WANT_AUTOMAKE_VER= 15 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" |