diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 19:56:58 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 19:56:58 +0100 |
commit | 4eed06e71d5369dbc1d662920972480fe7bc1127 (patch) | |
tree | d8c069bae7cd0c1d2c26b8de1cf688df8ec12022 | |
parent | 12adc3efe75a12fce76274bf0f30d2f27f6ebf0e (diff) |
fonts/font-adobe-75dpi: reorder Makefile
-rw-r--r-- | fonts/font-adobe-75dpi/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fonts/font-adobe-75dpi/Makefile b/fonts/font-adobe-75dpi/Makefile index c664325..bfd832f 100644 --- a/fonts/font-adobe-75dpi/Makefile +++ b/fonts/font-adobe-75dpi/Makefile @@ -1,6 +1,3 @@ - -PKG_ARCH = * - COMMENT = Adobe bitmap fonts 75dpi DISTNAME = font-adobe-75dpi-1.0.4 @@ -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> |