1
0
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:
Max Khon 2002-08-12 20:32:01 +00:00
parent 97b1019c82
commit 7f7057d6c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64442
4 changed files with 0 additions and 16 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>