diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-17 21:59:48 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-17 21:59:48 +0800 |
commit | ab06ef15ac1539eee43b7ca69a093a0edcf01903 (patch) | |
tree | f4f78a01cf6ee3a58db6f4a9c13b7cb6ec7d793a /textproc | |
parent | 94466d2797783a751f6a2f178530d588643ef282 (diff) | |
download | marcuscom-ports-ab06ef15ac1539eee43b7ca69a093a0edcf01903.tar marcuscom-ports-ab06ef15ac1539eee43b7ca69a093a0edcf01903.tar.gz marcuscom-ports-ab06ef15ac1539eee43b7ca69a093a0edcf01903.tar.bz2 marcuscom-ports-ab06ef15ac1539eee43b7ca69a093a0edcf01903.tar.lz marcuscom-ports-ab06ef15ac1539eee43b7ca69a093a0edcf01903.tar.xz marcuscom-ports-ab06ef15ac1539eee43b7ca69a093a0edcf01903.tar.zst marcuscom-ports-ab06ef15ac1539eee43b7ca69a093a0edcf01903.zip |
Add depend on pkgconfig
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16652 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnome-doc-utils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile index 37a3f5f52..a5deca3ec 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/textproc/gnome-doc-utils/Makefile,v 1.87 2011/03/23 13:50:07 kwm Exp $ +# $MCom: ports/textproc/gnome-doc-utils/Makefile,v 1.88 2011/04/25 07:33:12 kwm Exp $ # PORTNAME= gnome-doc-utils PORTVERSION= 0.20.6 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= GNOME @@ -26,7 +27,7 @@ USE_BZIP2= yes USE_GMAKE= yes MAKE_JOBS_UNSAFE=yes USE_GETTEXT= yes -USE_GNOME= gnomehier gnomehack libxslt intlhack +USE_GNOME= gnomehier gnomehack libxslt intlhack pkgconfig USE_PYTHON= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes |