diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-20 21:00:00 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-20 21:00:00 +0000 |
commit | c3183f838d0506b7acffd8a0d88faf9bad364108 (patch) | |
tree | 70b8637d12f6f0d4c1a53fec562e940cc8962941 /games/megaglest | |
parent | d9e7beb0e9a989db07a09085dfdb8ea3e95239f9 (diff) | |
download | ports-c3183f838d0506b7acffd8a0d88faf9bad364108.tar.gz ports-c3183f838d0506b7acffd8a0d88faf9bad364108.zip |
Notes
Diffstat (limited to 'games/megaglest')
-rw-r--r-- | games/megaglest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile index 40f9365b3657..5aeb9301ad53 100644 --- a/games/megaglest/Makefile +++ b/games/megaglest/Makefile @@ -30,6 +30,7 @@ USE_WX= 3.0 WX_UNICODE= yes CFLAGS+= -I${LOCALBASE}/include/libpng15 +LDFLAGS+= -L${LOCALBASE}/lib -lssl -lcrypto WRKSRC= ${WRKDIR}/${PORTNAME}-3.9.0 OPTIONS_DEFINE= EDITOR DOCS |