diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 20:08:27 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 20:08:27 +0100 |
commit | 62bee3c87cfff2461ccaaf5e2a2f2873ca4fafff (patch) | |
tree | 71005fd68e4916a913b44ac8c26ccfbc13f334cd /fonts/font-xfree86-type1 | |
parent | 6e03f1fa7a3608da6c1ce20e721694ab4280cc7b (diff) |
fonts/font-xfree86-type1: reorder Makefile
Diffstat (limited to 'fonts/font-xfree86-type1')
-rw-r--r-- | fonts/font-xfree86-type1/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fonts/font-xfree86-type1/Makefile b/fonts/font-xfree86-type1/Makefile index 7e3a0c9..35f26c5 100644 --- a/fonts/font-xfree86-type1/Makefile +++ b/fonts/font-xfree86-type1/Makefile @@ -1,6 +1,3 @@ - -PKG_ARCH = * - COMMENT = XFree86 Type1 fonts DISTNAME = font-xfree86-type1-1.0.5 @@ -20,9 +17,11 @@ MODULES = xenocara BUILD_DEPENDS = fonts/xorg-font-util -CONFIGURE_STYLE = gnu SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu NO_TEST = Yes +PKG_ARCH = * + .include <bsd.port.mk> |