diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 19:58:57 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 19:58:57 +0100 |
commit | deb6d513f924a51ba43c03bf3c3c79f507dbeb91 (patch) | |
tree | 5dcfd66ea2f8073f685f9fb7c9edee097b365730 /fonts | |
parent | 4eed06e71d5369dbc1d662920972480fe7bc1127 (diff) |
fonts/font-adobe-utopia-100dpi: reorder Makefile
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/font-adobe-utopia-100dpi/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fonts/font-adobe-utopia-100dpi/Makefile b/fonts/font-adobe-utopia-100dpi/Makefile index 8fa7351..0fdc97f 100644 --- a/fonts/font-adobe-utopia-100dpi/Makefile +++ b/fonts/font-adobe-utopia-100dpi/Makefile @@ -1,6 +1,3 @@ - -PKG_ARCH = * - COMMENT = Adobe Utopia bitmap fonts 100dpi DISTNAME = font-adobe-utopia-100dpi-1.0.5 @@ -22,9 +19,11 @@ MODULES = xenocara BUILD_DEPENDS = fonts/xorg-font-util \ x11/bdftopcf \ -CONFIGURE_STYLE = gnu SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu NO_TEST = Yes +PKG_ARCH = * + .include <bsd.port.mk> |