diff options
author | Max Khon <fjoe@FreeBSD.org> | 2002-08-12 20:32:01 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2002-08-12 20:32:01 +0000 |
commit | 7f7057d6c15fbe32caef96e58c49a3a648c467f2 (patch) | |
tree | ff2a15e9db23cf521fb6dd0b3d5a56f794f20977 /net-im/licq-console | |
parent | 97b1019c828fd08d0fc33cbc517b2da53639a19b (diff) | |
download | ports-7f7057d6c15fbe32caef96e58c49a3a648c467f2.tar.gz ports-7f7057d6c15fbe32caef96e58c49a3a648c467f2.zip |
Notes
Diffstat (limited to 'net-im/licq-console')
-rw-r--r-- | net-im/licq-console/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile index 562a44baec45..7449d5cb4448 100644 --- a/net-im/licq-console/Makefile +++ b/net-im/licq-console/Makefile @@ -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> |