diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-30 08:10:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-30 08:10:00 +0000 |
commit | bb5177b4fb827b1a206c204a4c32ccef3786e6de (patch) | |
tree | 2772606fa4a1fad6881d185d3acd0867a214e436 /print | |
parent | 44e5916cd9fbae7b5ebd79b7827b622a840c54f3 (diff) | |
download | ports-bb5177b4fb827b1a206c204a4c32ccef3786e6de.tar.gz ports-bb5177b4fb827b1a206c204a4c32ccef3786e6de.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/gnomephotoprinter/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/print/gnomephotoprinter/Makefile b/print/gnomephotoprinter/Makefile index e39ccce492eb..52f28ec5b038 100644 --- a/print/gnomephotoprinter/Makefile +++ b/print/gnomephotoprinter/Makefile @@ -23,8 +23,4 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -post-patch: - @${REINPLACE_CMD} -s "s/PKGCONFIG --version/PKGCONFIG --modversion pkg-config/g" \ - ${WRKSRC}/configure - .include <bsd.port.mk> |