diff options
author | miwi <miwi@FreeBSD.org> | 2013-07-11 23:04:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-07-11 23:04:56 +0800 |
commit | bc635c09107fca86b05f202d96de5f4288022280 (patch) | |
tree | ae9c228a2de471791657715042b28ab03806bd2f /graphics | |
parent | 7ae70c10eecb0e6392bb24862ed7d3d225933258 (diff) | |
download | freebsd-ports-gnome-bc635c09107fca86b05f202d96de5f4288022280.tar.gz freebsd-ports-gnome-bc635c09107fca86b05f202d96de5f4288022280.tar.zst freebsd-ports-gnome-bc635c09107fca86b05f202d96de5f4288022280.zip |
- Add missing pkgconfig dependency
- While here convert to USES gmake too
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas-loader-gif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/evas-loader-gif/Makefile b/graphics/evas-loader-gif/Makefile index 1e69beee0c5f..5cf5024e52b5 100644 --- a/graphics/evas-loader-gif/Makefile +++ b/graphics/evas-loader-gif/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= pkgconfig gmake USE_EFL= evas librt_hack libtool_hack USE_LDCONFIG= yes |