diff options
Diffstat (limited to 'emulators/x48/Makefile')
-rw-r--r-- | emulators/x48/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 952e28fe73a9..0031a165655c 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -15,8 +15,8 @@ COMMENT= HP48 SX/GX graphic calculator emulator LICENSE= GPLv3 -RUN_DEPENDS= ${LOCALBASE}/share/fonts/misc/7x14B-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc \ - ${LOCALBASE}/share/fonts/75dpi/helvR12-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-75dpi +RUN_DEPENDS= ${LOCALBASE}/share/fonts/misc/7x14B-ISO8859-1.pcf.gz:x11-fonts/font-misc-misc \ + ${LOCALBASE}/share/fonts/75dpi/helvR12-ISO8859-1.pcf.gz:x11-fonts/font-adobe-75dpi GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |