Lines 26-32
Link Here
|
26 |
libgirepository-1.0.so:${PORTSDIR}/devel/gobject-introspection |
26 |
libgirepository-1.0.so:${PORTSDIR}/devel/gobject-introspection |
27 |
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash |
27 |
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash |
28 |
|
28 |
|
29 |
USES= gettext gmake libtool pathfix pkgconfig shebangfix |
29 |
USES= compiler gettext gmake libtool pathfix pkgconfig shebangfix |
30 |
SHEBANG_FILES= tools/vips-${PORTVERSION:R} tools/vipsprofile |
30 |
SHEBANG_FILES= tools/vips-${PORTVERSION:R} tools/vipsprofile |
31 |
USE_GNOME= glib20 libgsf libxml2 pango |
31 |
USE_GNOME= glib20 libgsf libxml2 pango |
32 |
GNU_CONFIGURE= yes |
32 |
GNU_CONFIGURE= yes |
Lines 51-54
Link Here
|
51 |
PYTHON_CONFIGURE_ENABLE= pyvips8 |
51 |
PYTHON_CONFIGURE_ENABLE= pyvips8 |
52 |
PYTHON_USE= GNOME=pygobject3 |
52 |
PYTHON_USE= GNOME=pygobject3 |
53 |
|
53 |
|
54 |
.include <bsd.port.mk> |
54 |
.include <bsd.port.pre.mk> |
|
|
55 |
|
56 |
.if ${COMPILER_TYPE} == gcc |
57 |
USE_GCC= yes |
58 |
.endif |
59 |
|
60 |
.include <bsd.port.post.mk> |