diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 04:53:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 04:53:01 +0800 |
commit | f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e (patch) | |
tree | 5f89dd180be25eafa3c76acdd6baa2d1c42aa8e1 /textproc/gtk-doc/Makefile | |
parent | 499519c5ad0608265d38e58b9cdfbff03595f43c (diff) | |
download | marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.gz marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.bz2 marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.lz marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.xz marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.zst marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.zip |
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9546 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/gtk-doc/Makefile')
-rw-r--r-- | textproc/gtk-doc/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index bfffd8749..a8106b7e0 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -41,12 +41,6 @@ PLIST_SUB= XMLCATMGR=${XMLCATMGR} \ CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} \ CATALOG_DIR=${CATALOG_DIR} -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= gtk-doc requires Perl 5.6.x or higher -.endif - post-patch: @${REINPLACE_CMD} -e 's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in @@ -54,4 +48,4 @@ post-patch: post-install: @${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${CATALOG_DIR}/gtk-doc.cat -.include <bsd.port.post.mk> +.include <bsd.port.mk> |