diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 01:20:45 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 01:20:45 +0800 |
commit | 99fa8d0f96d7f9f6452d5a5192659bd446c34abd (patch) | |
tree | 79b4ad8652c2aca1ade4a05a21d8368d744e4da6 /net-im/pidgin-latex | |
parent | ad24e1f6bcf840fa6803c2600f35b03ecf3a69e0 (diff) | |
download | freebsd-ports-graphics-99fa8d0f96d7f9f6452d5a5192659bd446c34abd.tar.gz freebsd-ports-graphics-99fa8d0f96d7f9f6452d5a5192659bd446c34abd.tar.zst freebsd-ports-graphics-99fa8d0f96d7f9f6452d5a5192659bd446c34abd.zip |
Add explicit dependency on pkgconf (8 ports)
Diffstat (limited to 'net-im/pidgin-latex')
-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 e09e9dba149..ff5ed80660c 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 |