diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-11 20:36:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-11 20:36:30 +0800 |
commit | ac2aed7212f147e81286a65b0fe060a64f4bdf7f (patch) | |
tree | 6268d07cc2e10a3ebb04dd2147a3f1e7da83286a | |
parent | 913721a71c639a4b654d6e51bcb7ec3a107ae090 (diff) | |
download | freebsd-ports-gnome-ac2aed7212f147e81286a65b0fe060a64f4bdf7f.tar.gz freebsd-ports-gnome-ac2aed7212f147e81286a65b0fe060a64f4bdf7f.tar.zst freebsd-ports-gnome-ac2aed7212f147e81286a65b0fe060a64f4bdf7f.zip |
- Switch to USES=libtool,tar
Approved by: kwm
-rw-r--r-- | graphics/libart_lgpl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index 430120002e3b..19f0f405d382 100644 --- a/graphics/libart_lgpl/Makefile +++ b/graphics/libart_lgpl/Makefile @@ -3,6 +3,7 @@ PORTNAME= libart_lgpl PORTVERSION= 2.3.21 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GNOME @@ -12,10 +13,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for high-performance 2D graphics -USE_AUTOTOOLS= libtool -USE_BZIP2= yes USE_LDCONFIG= yes -USES= pathfix +USES= libtool:oldver pathfix tar:bzip2 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |