diff options
Diffstat (limited to 'devel/gconf/Makefile')
-rw-r--r-- | devel/gconf/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index 9d6bde6ac647..8ead46f79df7 100644 --- a/devel/gconf/Makefile +++ b/devel/gconf/Makefile @@ -30,8 +30,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> |