diff options
-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> |