diff options
Diffstat (limited to 'package/fontcacheproto')
-rw-r--r-- | package/fontcacheproto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/fontcacheproto/Makefile b/package/fontcacheproto/Makefile index 2ab26d96a..34f567d0b 100644 --- a/package/fontcacheproto/Makefile +++ b/package/fontcacheproto/Makefile @@ -11,8 +11,8 @@ PKG_SITES:= ${MASTER_SITE_XORG} include $(TOPDIR)/mk/package.mk -CONFIGURE_STYLE= gnu -BUILD_STYLE= auto -INSTALL_STYLE= auto confprog +CONFIGURE_STYLE:= gnu +BUILD_STYLE:= auto +INSTALL_STYLE:= auto include ${TOPDIR}/mk/pkg-bottom.mk |