diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-01 07:19:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-01 07:19:53 +0000 |
commit | 07faea058d25239040eaa912a331e5cc33588f1a (patch) | |
tree | a1241ac24ea63b66890905df15560da398f67ebd /x11/alttab | |
parent | 291a06448fc7267353e933aa326e195eefe719e8 (diff) |
Notes
Diffstat (limited to 'x11/alttab')
-rw-r--r-- | x11/alttab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/alttab/Makefile b/x11/alttab/Makefile index 55d50fb70176..f94a37de9cb3 100644 --- a/x11/alttab/Makefile +++ b/x11/alttab/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash -LIB_DEPENDS= libpng16.so:graphics/png +LIB_DEPENDS= libpng.so:graphics/png USES= pkgconfig USE_XORG= x11 xft xrender |