mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use version 3.0 of wxGTK
This commit is contained in:
parent
042845f911
commit
9576516d0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349031
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= gtimelapse
|
PORTNAME= gtimelapse
|
||||||
DISTVERSION= 0.1
|
DISTVERSION= 0.1
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here)
|
MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here)
|
||||||
|
|
||||||
|
@ -17,7 +17,8 @@ LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
USES= pkgconfig
|
USES= pkgconfig
|
||||||
USE_WX= 2.8+
|
USE_WX= 3.0
|
||||||
|
WX_UNICODE= yes
|
||||||
WX_CONF_ARGS= absolute
|
WX_CONF_ARGS= absolute
|
||||||
USE_AUTOTOOLS= libtoolize aclocal automake autoconf
|
USE_AUTOTOOLS= libtoolize aclocal automake autoconf
|
||||||
LIBTOOLIZE_ARGS=--copy --force
|
LIBTOOLIZE_ARGS=--copy --force
|
||||||
|
|
Loading…
Add table
Reference in a new issue