diff options
Diffstat (limited to 'palm')
-rw-r--r-- | palm/gnomepilot/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/palm/gnomepilot/Makefile b/palm/gnomepilot/Makefile index be8f03d75..e9183b7cb 100644 --- a/palm/gnomepilot/Makefile +++ b/palm/gnomepilot/Makefile @@ -33,8 +33,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gpilot-install-file.1 -#post-patch: -# @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ -# s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> |