diff options
Diffstat (limited to 'games/libggz/Makefile')
-rw-r--r-- | games/libggz/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/libggz/Makefile b/games/libggz/Makefile index 292d51e83d44..e7304b09480a 100644 --- a/games/libggz/Makefile +++ b/games/libggz/Makefile @@ -30,6 +30,5 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --with-tls=OpenSSL .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/games/libggz/bsd.ggz.mk" -.include <bsd.port.post.mk> +.include "${.CURDIR}/../libggz/bsd.ggz.mk" +.include <bsd.port.mk> |