diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2017-07-03 10:19:20 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2017-07-03 10:19:20 +0000 |
commit | 9d138e2136323414d34c6e23d8392e6c011e6d5c (patch) | |
tree | 4f5e70fe85b855eb8b061d871bb7af791b223a0d /games/flightgear/Makefile | |
parent | d7ec49683b80ecaed644913f8375fb09792f7680 (diff) |
Notes
Diffstat (limited to 'games/flightgear/Makefile')
-rw-r--r-- | games/flightgear/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 483e340caf73..23ad960126a4 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -3,7 +3,7 @@ PORTNAME= flightgear PORTVERSION= 2017.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} @@ -19,7 +19,8 @@ LIB_DEPENDS= libpng.so:graphics/png \ libosg.so:graphics/osg \ libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp \ - libcurl.so:ftp/curl + libcurl.so:ftp/curl \ + libudev.so:devel/libudev-devd BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \ ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \ |