summaryrefslogtreecommitdiff
path: root/security/pidgin-otr
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch)
tree1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /security/pidgin-otr
parent- Add goocanvas (diff)
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Notes
Notes: svn path=/head/; revision=175261
Diffstat (limited to 'security/pidgin-otr')
-rw-r--r--security/pidgin-otr/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile
index 995776b40f72..d1ddf1b3b2ae 100644
--- a/security/pidgin-otr/Makefile
+++ b/security/pidgin-otr/Makefile
@@ -8,6 +8,7 @@
PORTNAME= otr
PORTVERSION= 3.0.0
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://www.cypherpunks.ca/otr/ \
http://www.xelerance.com/mirror/otr/
@@ -17,13 +18,14 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@mcdermottroe.com
COMMENT= Allows deniable private conversations using GAIM
-BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
+BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
gcrypt:${PORTSDIR}/security/libgcrypt
-USE_X_PREFIX= yes
+USE_XLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib --with-libotr-inc-prefix=${LOCALBASE}/include
+CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib \
+ --with-libotr-inc-prefix=${LOCALBASE}/include
.include <bsd.port.mk>