diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/batmon/Makefile | 6 | ||||
-rw-r--r-- | sysutils/timemon/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/sysutils/batmon/Makefile b/sysutils/batmon/Makefile index 7fe5ef648ba4..c722aae9a0d8 100644 --- a/sysutils/batmon/Makefile +++ b/sysutils/batmon/Makefile @@ -12,10 +12,8 @@ COMMENT= GNUstep battery monitor for laptops LICENSE= GPLv2 -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes +USES= gnustep +USE_GNUSTEP= back build post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ diff --git a/sysutils/timemon/Makefile b/sysutils/timemon/Makefile index 018d491c6c35..d6edabf5578b 100644 --- a/sysutils/timemon/Makefile +++ b/sysutils/timemon/Makefile @@ -14,10 +14,8 @@ COMMENT= CPU time usage monitor for GNUstep NO_CDROM= distribute without fee -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes +USES= gnustep +USE_GNUSTEP= back build post-patch: ${RM} ${WRKSRC}/shared_obj/*.* |