mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
remove support for -DWITH_LICQ_DEVEL
Approved by: MAINTAINER
This commit is contained in:
parent
97b1019c82
commit
7f7057d6c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64442
@ -17,9 +17,5 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
|
||||
INCDIR= ${PORTSDIR}/net
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if defined(WITH_LICQ_DEVEL)
|
||||
.include "${INCDIR}/licq-devel/Makefile.inc"
|
||||
.else
|
||||
.include "${INCDIR}/licq/Makefile.inc"
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -23,9 +23,5 @@ post-install:
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if defined(WITH_LICQ_DEVEL)
|
||||
.include "${INCDIR}/licq-devel/Makefile.inc"
|
||||
.else
|
||||
.include "${INCDIR}/licq/Makefile.inc"
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -17,9 +17,5 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
|
||||
INCDIR= ${PORTSDIR}/net
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if defined(WITH_LICQ_DEVEL)
|
||||
.include "${INCDIR}/licq-devel/Makefile.inc"
|
||||
.else
|
||||
.include "${INCDIR}/licq/Makefile.inc"
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -23,9 +23,5 @@ post-install:
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if defined(WITH_LICQ_DEVEL)
|
||||
.include "${INCDIR}/licq-devel/Makefile.inc"
|
||||
.else
|
||||
.include "${INCDIR}/licq/Makefile.inc"
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user