wok-next diff gadmin-openvpn-server/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | 8e1b2a143eb3 |
children | d5aab818505e |
line diff
1.1 --- a/gadmin-openvpn-server/receipt Sat Sep 01 16:21:51 2018 +0300 1.2 +++ b/gadmin-openvpn-server/receipt Tue Oct 16 16:46:05 2018 +0300 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="http://dalalven.dtdns.net/linux/gadmin-openvpn/server/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="gtk+-dev" 1.8 +BUILD_DEPENDS="gtk2-dev" 1.9 1.10 compile_rules() { 1.11 ./configure $CONFIGURE_ARGS && 1.12 @@ -21,5 +21,5 @@ 1.13 1.14 genpkg_rules() { 1.15 copy @std 1.16 - DEPENDS="gtk+ openvpn" 1.17 + DEPENDS="gtk2 openvpn" 1.18 }