diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-02 01:15:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-02 01:15:58 +0800 |
commit | 512302ace551b11e3a7cc62da5e3971f47723bf2 (patch) | |
tree | 81a3078661568ad3af4aeb5a62e75936bf66a704 | |
parent | 77e7b7ae25610da501e3c333ae32c8651cc308ed (diff) | |
download | freebsd-ports-gnome-512302ace551b11e3a7cc62da5e3971f47723bf2.tar.gz freebsd-ports-gnome-512302ace551b11e3a7cc62da5e3971f47723bf2.tar.zst freebsd-ports-gnome-512302ace551b11e3a7cc62da5e3971f47723bf2.zip |
- Remove unneeded -pthread
- Modernize plist
-rw-r--r-- | games/pachi/Makefile | 2 | ||||
-rw-r--r-- | games/pachi/pkg-plist | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/games/pachi/Makefile b/games/pachi/Makefile index 28f9199657b5..f74451c34e65 100644 --- a/games/pachi/Makefile +++ b/games/pachi/Makefile @@ -15,7 +15,7 @@ USE_SDL= mixer sdl USES= gmake tar:tgz GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -pthread +LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include WRKSRC= ${WRKDIR}/Pachi diff --git a/games/pachi/pkg-plist b/games/pachi/pkg-plist index 0a1acecbfdbd..930e20a2a06e 100644 --- a/games/pachi/pkg-plist +++ b/games/pachi/pkg-plist @@ -1,5 +1 @@ -@group games -@mode 2555 -bin/pachi -@mode -@group +@(,games,2555) bin/pachi |