diff options
Diffstat (limited to 'graphics/gliv/Makefile')
-rw-r--r-- | graphics/gliv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index ce23c1574a2d..11dfc470247a 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -32,6 +32,6 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= gliv.1 post-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS} -lgnugetopt|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include <bsd.port.mk> |