diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-04 20:07:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-04 20:07:03 +0000 |
commit | 3dbc0b36af9c564cc333f8cc640256e2a73ae1fd (patch) | |
tree | bdd59e66fa94dc96d0204d47c86ef9dae46e96b1 /net/licq-console | |
parent | df70b27025af7ce12f98158728153ed2ad614909 (diff) | |
download | ports-3dbc0b36af9c564cc333f8cc640256e2a73ae1fd.tar.gz ports-3dbc0b36af9c564cc333f8cc640256e2a73ae1fd.zip |
Notes
Diffstat (limited to 'net/licq-console')
-rw-r--r-- | net/licq-console/Makefile | 4 |
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> |