diff options
Diffstat (limited to 'games/epiar/Makefile')
-rw-r--r-- | games/epiar/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/epiar/Makefile b/games/epiar/Makefile index 0b4d5e76ac4c..6ee20beeed03 100644 --- a/games/epiar/Makefile +++ b/games/epiar/Makefile @@ -15,10 +15,10 @@ LICENSE_NAME_CCbyNCSA3=Attribution-NonCommercial-ShareAlike 3.0 Unported LICENSE_FILE_CCbyNCSA3=${WRKSRC}/LICENSE.music LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept -LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ - libftgl.so:${PORTSDIR}/graphics/ftgl \ - libxml2.so:${PORTSDIR}/textproc/libxml2 \ - libphysfs.so:${PORTSDIR}/devel/physfs +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libftgl.so:graphics/ftgl \ + libxml2.so:textproc/libxml2 \ + libphysfs.so:devel/physfs USE_GITHUB= yes GH_ACCOUNT= knowknowledge |