Missing USE_LIBTOOL.
This commit is contained in:
parent
674e66bc42
commit
eee20c8dd6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user