diff options
author | krion <krion@FreeBSD.org> | 2004-12-26 18:20:59 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-26 18:20:59 +0000 |
commit | a81e99b6c144de9d9eb7e8360dc46036a0f00222 (patch) | |
tree | 6f643cc67e12b5324f67b95538d48bbb62cbd91c /net-im | |
parent | 9270c75ed7ec413decd1eb3f318c65e182326f68 (diff) | |
download | FreeBSD-ports-a81e99b6c144de9d9eb7e8360dc46036a0f00222.zip FreeBSD-ports-a81e99b6c144de9d9eb7e8360dc46036a0f00222.tar.gz |
Fix plist.
PR: ports/75495
Submitted by: maintainer
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/kf/Makefile b/net-im/kf/Makefile index 5a46bc4..c78b567 100644 --- a/net-im/kf/Makefile +++ b/net-im/kf/Makefile @@ -7,6 +7,7 @@ PORTNAME= kf PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.habazie.rams.pl/kf/files/ \ http://www.jabberstudio.org/projects/kf/releases/ @@ -22,6 +23,9 @@ USE_GETOPT_LONG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL_VER= 15 +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + .ifndef(WITHOUT_GTKSPELL) LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 CONFIGURE_ARGS+= --enable-gtkspell |