diff options
Diffstat (limited to 'net/gale')
-rw-r--r-- | net/gale/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/gale/Makefile b/net/gale/Makefile index 9d63739597e5..cbb0fe0a8235 100644 --- a/net/gale/Makefile +++ b/net/gale/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \ USE_OPENSSL= yes USE_AUTOCONF_VER=213 +USE_AUTOMAKE_VER=14 +USE_LIBTOOL= yes INSTALLS_SHLIB= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib @@ -27,6 +29,9 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +pre-configure: + cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/libtool/libltdl + post-install: @${CAT} ${PKGMESSAGE} |