diff options
Diffstat (limited to 'x11-fonts/c64bdf/Makefile')
-rw-r--r-- | x11-fonts/c64bdf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-fonts/c64bdf/Makefile b/x11-fonts/c64bdf/Makefile index 90364425c27d..e6bcaed3ab3a 100644 --- a/x11-fonts/c64bdf/Makefile +++ b/x11-fonts/c64bdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= c64bdf PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fonts MASTER_SITES= http://beej.us/c64bdf/ DISTNAME= ${PORTNAME} @@ -14,6 +14,8 @@ COMMENT= Commodore 64 X11 fonts NO_BUILD= yes +USES= fonts + FONTS= c64 c64d FILES= ${FONTS:S,$,.bdf,} PLIST_FILES= ${FILES:S,^,${FONTSDIR}/,} |