summaryrefslogtreecommitdiff
path: root/net/licq-console
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-02-04 20:07:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-02-04 20:07:03 +0000
commit3dbc0b36af9c564cc333f8cc640256e2a73ae1fd (patch)
treebdd59e66fa94dc96d0204d47c86ef9dae46e96b1 /net/licq-console
parentAdd dependency to ffcall (was previous supplied with gnustep-objc) (diff)
- convert INCDIR -> LICQ_PORT
so one knob controls it all
Notes
Notes: svn path=/head/; revision=74689
Diffstat (limited to 'net/licq-console')
-rw-r--r--net/licq-console/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/licq-console/Makefile b/net/licq-console/Makefile
index e8ce148523b8..90ac108e9713 100644
--- a/net/licq-console/Makefile
+++ b/net/licq-console/Makefile
@@ -15,8 +15,8 @@ USE_AUTOCONF_VER= 253
USE_AUTOMAKE_VER= 15
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS}"
-INCDIR= ${PORTSDIR}/net
+LICQ_PORT?= ${PORTSDIR}/net/licq
.include <bsd.port.pre.mk>
-.include "${INCDIR}/licq/Makefile.inc"
+.include "${LICQ_PORT}/Makefile.inc"
.include <bsd.port.post.mk>