diff options
Diffstat (limited to 'fonts/font-cursor-misc/Makefile')
-rw-r--r-- | fonts/font-cursor-misc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fonts/font-cursor-misc/Makefile b/fonts/font-cursor-misc/Makefile index 3fd4401..e221e30 100644 --- a/fonts/font-cursor-misc/Makefile +++ b/fonts/font-cursor-misc/Makefile @@ -1,6 +1,3 @@ - -PKG_ARCH = * - COMMENT = X Cursor font DISTNAME = font-cursor-misc-1.0.4 @@ -21,9 +18,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> |