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/licq-qt-gui | |
parent | 97b1019c828fd08d0fc33cbc517b2da53639a19b (diff) | |
download | ports-7f7057d6c15fbe32caef96e58c49a3a648c467f2.tar.gz ports-7f7057d6c15fbe32caef96e58c49a3a648c467f2.zip |
Notes
Diffstat (limited to 'net/licq-qt-gui')
-rw-r--r-- | net/licq-qt-gui/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/licq-qt-gui/Makefile b/net/licq-qt-gui/Makefile index 6f3c14b2f645..02ccc76acea5 100644 --- a/net/licq-qt-gui/Makefile +++ b/net/licq-qt-gui/Makefile @@ -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> |