diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-08-03 16:19:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-08-03 16:19:17 +0000 |
commit | 2831625c5d951d93b52adfcaf3ed852d92b1a99c (patch) | |
tree | 2227ccf631378092f64d7a27a609f9b8c88dc788 /graphics/gd/Makefile | |
parent | 9341a2b22b2f7ee029b14b4652dfb52060491d2c (diff) | |
download | ports-2831625c5d951d93b52adfcaf3ed852d92b1a99c.tar.gz ports-2831625c5d951d93b52adfcaf3ed852d92b1a99c.zip |
- fix order in USES
Notes
Notes:
svn path=/head/; revision=363922
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 801a6880b461..a4102437565f 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ CONFLICTS= bazaar-1.* -USES= libtool:keepla pathfix pkgconfig shebangfix tar:xz +USES= tar:xz pkgconfig pathfix libtool:keepla shebangfix SHEBANG_FILES= ${WRKSRC}/src/bdftogd GNU_CONFIGURE= yes USE_LDCONFIG= yes |