diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-09 13:55:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-09 13:55:12 +0000 |
commit | e079146132ef05d0c3bafb0b84f8e987de20b94e (patch) | |
tree | 4f1ae20f4ec0563888bce9e8198ee3c75adae3d3 /games/grhino | |
parent | ca03b993b8d235982c4a9be1ffe7db6001b0182f (diff) | |
download | ports-e079146132ef05d0c3bafb0b84f8e987de20b94e.tar.gz ports-e079146132ef05d0c3bafb0b84f8e987de20b94e.zip |
Notes
Diffstat (limited to 'games/grhino')
-rw-r--r-- | games/grhino/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index c0a3822fbc0c..76a2530c9cee 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -19,7 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib INSTALLS_OMF= yes PLIST_SUB+= VERSION=${PORTVERSION} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |