diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-11 17:20:45 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-11 17:20:45 +0000 |
commit | 72d58e2d789049f95cdbbdadf5aade5b8c7e0906 (patch) | |
tree | 79b4ad8652c2aca1ade4a05a21d8368d744e4da6 /net-im | |
parent | ccbf063100dda497552c891ec2c6f2c3e2a7be28 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-latex/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-im/pidgin-latex/Makefile b/net-im/pidgin-latex/Makefile index e09e9dba1491..ff5ed80660cd 100644 --- a/net-im/pidgin-latex/Makefile +++ b/net-im/pidgin-latex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Pidgin-LaTeX -# Date created: 2005-06-22 -# Whom: Geoffrey Mainland <mainland@apeiron.net> -# +# Created by: Geoffrey Mainland <mainland@apeiron.net> # $FreeBSD$ -# PORTNAME= latex PORTVERSION= 1.0 @@ -23,8 +19,8 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} CFLAGS+= "-fPIC" +USES= gmake pkgconfig USE_TEX= latex -USE_GMAKE= yes USE_GNOME= gtk20 USE_BZIP2= yes |