diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-02-04 20:07:03 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-02-04 20:07:03 +0000 |
commit | b6383e1b3a6bc433b683f2647832a9d16f652918 (patch) | |
tree | d7e98ccdd1d33f4560bab1e03c8913a5e3091a57 /net/licq-qt-gui | |
parent | f6c1dc2d3daf7acd5e09e732c34ed707962707eb (diff) | |
download | FreeBSD-ports-b6383e1b3a6bc433b683f2647832a9d16f652918.zip FreeBSD-ports-b6383e1b3a6bc433b683f2647832a9d16f652918.tar.gz |
- convert INCDIR -> LICQ_PORT
so one knob controls it all
Diffstat (limited to 'net/licq-qt-gui')
-rw-r--r-- | net/licq-qt-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/licq-qt-gui/Makefile b/net/licq-qt-gui/Makefile index fd2bfb3..194522a 100644 --- a/net/licq-qt-gui/Makefile +++ b/net/licq-qt-gui/Makefile @@ -16,7 +16,7 @@ MAINTAINER= dinoex@FreeBSD.org CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" -INCDIR= ${PORTSDIR}/net +LICQ_PORT?= ${PORTSDIR}/net/licq .if defined(WITH_KDE) USE_KDELIBS_VER=3 @@ -46,5 +46,5 @@ post-install: .endif .include <bsd.port.pre.mk> -.include "${INCDIR}/licq/Makefile.inc" +.include "${LICQ_PORT}/Makefile.inc" .include <bsd.port.post.mk> |