diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 20:28:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 20:28:33 +0800 |
commit | 4f3cc5b574db60e7d5ac81de20ff2b8c75be9b94 (patch) | |
tree | f7794e9d736d200d0e377d9ad097ba09aae60f01 /math/reed-solomon/Makefile | |
parent | 8877978984e69f3edf574278274c1db310e98d24 (diff) | |
download | freebsd-ports-gnome-4f3cc5b574db60e7d5ac81de20ff2b8c75be9b94.tar.gz freebsd-ports-gnome-4f3cc5b574db60e7d5ac81de20ff2b8c75be9b94.tar.zst freebsd-ports-gnome-4f3cc5b574db60e7d5ac81de20ff2b8c75be9b94.zip |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'math/reed-solomon/Makefile')
-rw-r--r-- | math/reed-solomon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/reed-solomon/Makefile b/math/reed-solomon/Makefile index 67c00524be3a..9e2f321554f5 100644 --- a/math/reed-solomon/Makefile +++ b/math/reed-solomon/Makefile @@ -10,7 +10,7 @@ MAINTAINER= freebsduser@paradisegreen.co.uk COMMENT= A Reed-Solomon CODEC library GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes MAKEFILE= makefile |