diff options
Diffstat (limited to 'x11/startup-notification')
-rw-r--r-- | x11/startup-notification/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 6a3f118224c8..98791038bb0d 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/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> |