diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-05 21:44:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-05 21:44:31 +0800 |
commit | 06fbe8022823a31fee874824dbd6b6edc319d190 (patch) | |
tree | b6b99c5218728bce763ed617ac3a3ac72b5c9a29 /multimedia | |
parent | fde8d225baec550babca88cd47f6809f2c52cc95 (diff) | |
download | freebsd-ports-gnome-06fbe8022823a31fee874824dbd6b6edc319d190.tar.gz freebsd-ports-gnome-06fbe8022823a31fee874824dbd6b6edc319d190.tar.zst freebsd-ports-gnome-06fbe8022823a31fee874824dbd6b6edc319d190.zip |
Convert to USES=gmake
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mkclean/Makefile | 3 | ||||
-rw-r--r-- | multimedia/mkvalidator/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/mkclean/Makefile b/multimedia/mkclean/Makefile index aadfb918718e..053c049efbc5 100644 --- a/multimedia/mkclean/Makefile +++ b/multimedia/mkclean/Makefile @@ -13,8 +13,7 @@ LICENSE= BSD USE_BZIP2= yes HAS_CONFIGURE= yes -USE_GMAKE= yes -USES= iconv +USES= iconv gmake CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -liconv diff --git a/multimedia/mkvalidator/Makefile b/multimedia/mkvalidator/Makefile index d1271d255789..2b5fec858190 100644 --- a/multimedia/mkvalidator/Makefile +++ b/multimedia/mkvalidator/Makefile @@ -13,8 +13,7 @@ LICENSE= BSD USE_BZIP2= yes HAS_CONFIGURE= yes -USE_GMAKE= yes -USES= iconv +USES= iconv gmake CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -liconv |