aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-latex
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-17 16:57:14 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-17 16:57:14 +0000
commit5795addbba9b9a79c66ce201661b96c571e7ef40 (patch)
treeeae79d4f3cebba3d0e91ecad3c25f200503106b5 /net-im/pidgin-latex
parent6462719ce3f9f3a042e8bf6ca531e9b2e8211d5c (diff)
downloadports-5795addbba9b9a79c66ce201661b96c571e7ef40.tar.gz
ports-5795addbba9b9a79c66ce201661b96c571e7ef40.zip
Notes
Diffstat (limited to 'net-im/pidgin-latex')
-rw-r--r--net-im/pidgin-latex/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net-im/pidgin-latex/Makefile b/net-im/pidgin-latex/Makefile
index 184fa16fcbeb..55b211725683 100644
--- a/net-im/pidgin-latex/Makefile
+++ b/net-im/pidgin-latex/Makefile
@@ -3,7 +3,7 @@
PORTNAME= latex
PORTVERSION= 1.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-im
MASTER_SITES= SF/pidgin-${PORTNAME}/pidgin-${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= pidgin-
@@ -18,16 +18,15 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
-CFLAGS+= "-fPIC"
-USES= gmake pkgconfig
+USES= gmake pkgconfig tar:bzip2
USE_TEX= latex
USE_GNOME= gtk20
-USE_BZIP2= yes
+MAKE_ARGS= CC=${CC}
PLIST_FILES= lib/pidgin/LaTeX.so
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/LaTeX.so ${PREFIX}/lib/pidgin
+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pidgin
+ ${INSTALL_LIB} ${WRKSRC}/LaTeX.so ${STAGEDIR}${PREFIX}/lib/pidgin
.include <bsd.port.mk>