diff options
Diffstat (limited to 'print/gnomeprint/Makefile')
-rw-r--r-- | print/gnomeprint/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index 1929a36f847e..50ebce79d61c 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/Makefile @@ -32,10 +32,6 @@ USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - post-install: @${TOUCH} ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap |