.include <bsd.port.post.mk> should be the last directive in Makefile.
This commit is contained in:
parent
dca11657a4
commit
1c9f53f3ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93947
2 changed files with 4 additions and 4 deletions
|
@ -34,8 +34,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
|||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
.if defined(WITH_OLD_LAYOUT)
|
||||
CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include/pgsql \
|
||||
POSTGRES_LIB=${LOCALBASE}/lib
|
||||
|
@ -48,3 +46,5 @@ PG_CONFIG= ${LOCALBASE}/bin/pg_config
|
|||
CONFIGURE_ENV+= POSTGRES_INCLUDE=`${PG_CONFIG} --includedir` \
|
||||
POSTGRES_LIB=`${PG_CONFIG} --libdir`
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -34,8 +34,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
|||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
.if defined(WITH_OLD_LAYOUT)
|
||||
CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include/pgsql \
|
||||
POSTGRES_LIB=${LOCALBASE}/lib
|
||||
|
@ -48,3 +46,5 @@ PG_CONFIG= ${LOCALBASE}/bin/pg_config
|
|||
CONFIGURE_ENV+= POSTGRES_INCLUDE=`${PG_CONFIG} --includedir` \
|
||||
POSTGRES_LIB=`${PG_CONFIG} --libdir`
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue