diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-11 20:49:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-11 20:49:31 +0000 |
commit | 224cba1822ffcbc179e46b22ccf95af88d0f7b48 (patch) | |
tree | 9d063308b071c0d3d2c03ea89d325607a1e2cef9 /graphics/mypaint/Makefile | |
parent | 4ed7abaa9164bb6f2116916881a37cbbe921bc4a (diff) | |
download | ports-224cba1822ffcbc179e46b22ccf95af88d0f7b48.tar.gz ports-224cba1822ffcbc179e46b22ccf95af88d0f7b48.zip |
Change build dependency from swig13 to swig30
Notes
Notes:
svn path=/head/; revision=451797
Diffstat (limited to 'graphics/mypaint/Makefile')
-rw-r--r-- | graphics/mypaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index b942c940c8d4..75650fc471e5 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -15,12 +15,13 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_FILE_ISCL= ${WRKSRC}/brushlib/COPYING -BUILD_DEPENDS= swig13>0:devel/swig13 \ +BUILD_DEPENDS= swig3.0:devel/swig30 \ ${PYNUMPY} LIB_DEPENDS= libjson-c.so:devel/json-c \ liblcms2.so:graphics/lcms2 RUN_DEPENDS= ${PYNUMPY} +BINARY_ALIAS= swig=swig3.0 USE_GNOME= gtk30 pygobject3 librsvg2:run CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} CFLAGS_gcc= -std=c99 |