Lines 90-96
GTK2_USES= gnome xorg
Link Here
|
90 |
GTK2_USE= XORG=sm,ice,xext,xinerama,xi,xrandr,xcursor,xfixes GNOME=gtk20 |
90 |
GTK2_USE= XORG=sm,ice,xext,xinerama,xi,xrandr,xcursor,xfixes GNOME=gtk20 |
91 |
SMYRNA_USES= gnome gl |
91 |
SMYRNA_USES= gnome gl |
92 |
SMYRNA_USE= GNOME=libglade2,pangox-compat,gdkpixbuf2 GL=glut,glu,gl |
92 |
SMYRNA_USE= GNOME=libglade2,pangox-compat,gdkpixbuf2 GL=glut,glu,gl |
93 |
GHOSTSCRIPT_USES=ghostscript |
|
|
94 |
PERL_USES= perl5 |
93 |
PERL_USES= perl5 |
95 |
PHP_USES= php:build gnome |
94 |
PHP_USES= php:build gnome |
96 |
PHP_USE= GNOME=libxml2 |
95 |
PHP_USE= GNOME=libxml2 |
Lines 100-106
RUBY_USES= ruby
Link Here
|
100 |
LUA_USES= lua |
99 |
LUA_USES= lua |
101 |
TK_USES= tk:build |
100 |
TK_USES= tk:build |
102 |
GO_USES= go:no_targets |
101 |
GO_USES= go:no_targets |
103 |
DOCS_USES= ghostscript:build groff |
102 |
DOCS_USES= groff |
104 |
|
103 |
|
105 |
POPPLER_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib |
104 |
POPPLER_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib |
106 |
ANN_LIB_DEPENDS= libann.so:math/ann |
105 |
ANN_LIB_DEPENDS= libann.so:math/ann |
Lines 112-118
GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2 \
Link Here
|
112 |
libgc-threaded.so:devel/boehm-gc-threaded |
111 |
libgc-threaded.so:devel/boehm-gc-threaded |
113 |
PHP_LIB_DEPENDS= libpcre.so:devel/pcre \ |
112 |
PHP_LIB_DEPENDS= libpcre.so:devel/pcre \ |
114 |
libargon2.so:security/libargon2 |
113 |
libargon2.so:security/libargon2 |
115 |
GHOSTSCRIPT_LIB_DEPENDS= libgs.so:${_GS_PORT} |
|
|
116 |
|
114 |
|
117 |
XPM_CONFIGURE_WITH= x |
115 |
XPM_CONFIGURE_WITH= x |
118 |
XPM_CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no |
116 |
XPM_CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no |
Lines 225-230
CONFIGURE_ARGS+= --disable-swig
Link Here
|
225 |
CONFIGURE_ENV+= SWIG="/nonexistent" |
223 |
CONFIGURE_ENV+= SWIG="/nonexistent" |
226 |
.endif |
224 |
.endif |
227 |
|
225 |
|
|
|
226 |
.if ${PORT_OPTIONS:MGHOSTSCRIPT} |
227 |
USES_GHOSTSCRIPT_ARGS+= lib |
228 |
.endif |
229 |
|
230 |
.if ${PORT_OPTIONS:MDOCS} |
231 |
USES_GHOSTSCRIPT_ARGS+= build |
232 |
.endif |
233 |
|
234 |
.if defined(USES_GHOSTSCRIPT_ARGS) |
235 |
USES+= ghostscript:${USES_GHOSTSCRIPT_ARGS:ts,} |
236 |
.endif |
237 |
|
228 |
.include <bsd.port.pre.mk> |
238 |
.include <bsd.port.pre.mk> |
229 |
|
239 |
|
230 |
post-patch: |
240 |
post-patch: |
231 |
- |
|
|