replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install on
Solaris. remove duplicate USE_PKGINSTALL. whitespace cleanup.
This commit is contained in:
parent
09eca416bc
commit
03a0132fa9
1 changed files with 8 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.23 2003/08/30 22:51:14 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2004/02/04 01:58:35 grant Exp $
|
||||
#
|
||||
|
||||
DISTNAME= isect-1.6.2
|
||||
|
@ -10,14 +10,13 @@ MAINTAINER= tech-pkg@NetBSD.org
|
|||
HOMEPAGE= http://isectd.sourceforge.net/
|
||||
COMMENT= Open source middleware daemon
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BUILDLINK2= yes
|
||||
USE_PKGINSTALL= yes
|
||||
USE_LIBTOOL= yes
|
||||
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
|
||||
PTHREAD_OPTS+= require
|
||||
USE_PKGINSTALL= YES
|
||||
INFO_FILES= isect.info
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BUILDLINK2= yes
|
||||
USE_PKGINSTALL= yes
|
||||
USE_LIBTOOL= yes
|
||||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
PTHREAD_OPTS+= require
|
||||
INFO_FILES= isect.info
|
||||
|
||||
RCD_SCRIPTS= isect
|
||||
|
||||
|
|
Loading…
Reference in a new issue