mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Fix LIB_DEPENDS for wxgtk24-contrib port
- Bump PORTREVISION for wxgtk24-contrib Pointed out by: kris (via pointyhat)
This commit is contained in:
parent
d22ffe1146
commit
aebae6da29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135869
@ -5,14 +5,14 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
|
||||
MAINTAINER= fjoe@FreeBSD.org
|
||||
COMMENT= The wxWidgets GUI toolkit contributed libraries
|
||||
|
||||
WXGTK_FLAVOR= gtk2-contrib
|
||||
MASTERDIR= ${.CURDIR}/../wxgtk24
|
||||
LIB_DEPENDS+= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
|
||||
LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/contrib/src
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
@ -17,7 +17,7 @@ DISTNAME= wxGTK-${PORTVERSION}
|
||||
MAINTAINER?= fjoe@FreeBSD.org
|
||||
COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings
|
||||
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user