View | Details | Raw Unified | Return to bug 42302
Collapse All | Expand All

(-)print/ghostscript-afpl/Makefile (-1 / +2 lines)
Lines 92-98 Link Here
92
92
93
.if defined(WITH_SHLIB)
93
.if defined(WITH_SHLIB)
94
.undef WITHOUT_X11
94
.undef WITHOUT_X11
95
USE_GTK=	yes
95
USE_GNOMENG=	yes
96
USE_GNOME=	gtk12
96
MAKE_ENV+=	GS_SHLIB_VER="${SHLIB_VER}"
97
MAKE_ENV+=	GS_SHLIB_VER="${SHLIB_VER}"
97
ALL_TARGET=	so pcl3opts
98
ALL_TARGET=	so pcl3opts
98
INSTALL_TARGET=	soinstall
99
INSTALL_TARGET=	soinstall
(-)print/ghostscript-gnu/Makefile (-1 / +2 lines)
Lines 89-95 Link Here
89
89
90
.if defined(WITH_SHLIB)
90
.if defined(WITH_SHLIB)
91
.undef WITHOUT_X11
91
.undef WITHOUT_X11
92
USE_GTK=	yes
92
USE_GNOMENG=	yes
93
USE_GNOME=	gtk12
93
MAKE_ENV+=	GS_SHLIB_VER="${SHLIB_VER}"
94
MAKE_ENV+=	GS_SHLIB_VER="${SHLIB_VER}"
94
ALL_TARGET=	so pcl3opts
95
ALL_TARGET=	so pcl3opts
95
INSTALL_TARGET=	soinstall
96
INSTALL_TARGET=	soinstall
(-)print/pdq/Makefile (-1 / +2 lines)
Lines 13-19 Link Here
13
13
14
MAINTAINER=	yinjieh@csie.nctu.edu.tw
14
MAINTAINER=	yinjieh@csie.nctu.edu.tw
15
15
16
USE_GTK=	yes
16
USE_GNOMENG=	yes
17
USE_GNOME=	gtk12
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS=	--enable-pdqlibdir=${PREFIX}/etc/pdq
19
CONFIGURE_ARGS=	--enable-pdqlibdir=${PREFIX}/etc/pdq

Return to bug 42302