diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2014-07-23 22:09:11 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2014-07-23 22:09:11 +0000 |
commit | 38c48b2343dbb15a0e0901c4a92bb437286da475 (patch) | |
tree | 6734032a921dc12ac6c3d841cb6f1d5014fdf216 /emulators/pipelight | |
parent | d7a81cdc3092ba729cb004ff8632c6caa6e2bde7 (diff) | |
download | ports-38c48b2343dbb15a0e0901c4a92bb437286da475.tar.gz ports-38c48b2343dbb15a0e0901c4a92bb437286da475.zip |
Notes
Diffstat (limited to 'emulators/pipelight')
-rw-r--r-- | emulators/pipelight/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 27f001713610..cbe416294806 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -25,6 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg WRKSRC= ${WRKDIR}/mmueller2012-pipelight-e2362eb15df6 +USE_GCC= 4.7+ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |