diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 21:21:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 21:21:43 +0800 |
commit | ca38b633bb1de54af0e123e3e30a31f5f8761633 (patch) | |
tree | d186ce51f3d85765397696f5d010e80286c295bf /textproc/freexl | |
parent | 8af93b6e8d05500d092a0d79b5f5672b498a67bb (diff) | |
download | freebsd-ports-gnome-ca38b633bb1de54af0e123e3e30a31f5f8761633.tar.gz freebsd-ports-gnome-ca38b633bb1de54af0e123e3e30a31f5f8761633.tar.zst freebsd-ports-gnome-ca38b633bb1de54af0e123e3e30a31f5f8761633.zip |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'textproc/freexl')
-rw-r--r-- | textproc/freexl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/freexl/Makefile b/textproc/freexl/Makefile index 508970d6fdb4..30780042b8fe 100644 --- a/textproc/freexl/Makefile +++ b/textproc/freexl/Makefile @@ -10,8 +10,7 @@ MAINTAINER= coder@tuxfamily.org COMMENT= Library to extract valid data from within an Excel (.xls) spreadsheet GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= iconv +USES= iconv gmake CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} |