diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-10-30 08:41:08 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-10-30 08:41:08 +0000 |
commit | 905cbc4881291ad3dd3ec6232acbbc331ef3d5a1 (patch) | |
tree | 2631ebafe6eca2962ce482e706bebfa48924470e /net-im | |
parent | fb67194ad508a73beb644742d05bd6decf4d8449 (diff) | |
download | ports-905cbc4881291ad3dd3ec6232acbbc331ef3d5a1.tar.gz ports-905cbc4881291ad3dd3ec6232acbbc331ef3d5a1.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-console/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile index 500d09f950f2..7bdc1017247b 100644 --- a/net-im/licq-console/Makefile +++ b/net-im/licq-console/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ LIBS="${PTHREAD_LIBS}" LICQ_PORT?= net-im/licq CPPFLAGS+= ${PTHREAD_CFLAGS} -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/cdk LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= lib/licq/licq_console.la \ |