Missing USE_LIBTOOL.

This commit is contained in:
ajacoutot 2012-01-16 15:46:14 +00:00
parent 674e66bc42
commit eee20c8dd6

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2012/01/16 15:26:01 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2012/01/16 15:46:14 ajacoutot Exp $
COMMENT = library for string essentials
DISTNAME = libestr-0.1.2
SHARED_LIBS = estr 0.0
SHARED_LIBS += estr 0.0 # 0.0
CATEGORIES = devel
REVISION = 0
REVISION = 1
HOMEPAGE = http://libestr.adiscon.com/
MAINTAINER = David Hill <dhill@mindcry.org>
@ -17,6 +17,8 @@ PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}/files/download/
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>