diff options
author | John Marino <marino@FreeBSD.org> | 2013-07-22 18:57:44 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-07-22 18:57:44 +0000 |
commit | c4e384bc7648c907ee36b69ce176731d14a4352e (patch) | |
tree | 3e9bf7f299b1892f0cd341253dd77e22dda7e5b4 /games/libggz | |
parent | 97552928095cf1379cd4fcdee2340baac55c1614 (diff) | |
download | ports-c4e384bc7648c907ee36b69ce176731d14a4352e.tar.gz ports-c4e384bc7648c907ee36b69ce176731d14a4352e.zip |
Notes
Diffstat (limited to 'games/libggz')
-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> |