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

(-)japanese/ebview/Makefile (-7 / +3 lines)
Lines 18-23 Link Here
18
LIB_DEPENDS=	eb.7:${PORTSDIR}/japanese/eb
18
LIB_DEPENDS=	eb.7:${PORTSDIR}/japanese/eb
19
19
20
USE_GNOME=	imlib
20
USE_GNOME=	imlib
21
USE_GETOPT_LONG=	yes
21
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
22
USE_GMAKE=	yes
23
USE_GMAKE=	yes
23
USE_AUTOMAKE_VER=	14
24
USE_AUTOMAKE_VER=	14
Lines 26-38 Link Here
26
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
27
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
27
		AUTOHEADER="${TRUE}"
28
		AUTOHEADER="${TRUE}"
28
29
29
CPPFLAGS+=	-I${LOCALBASE}/include
30
CPPFLAGS=	-I${LOCALBASE}/include
30
LDFLAGS+=	-L${LOCALBASE}/lib
31
LDFLAGS=	-L${LOCALBASE}/lib
31
32
.if !exists(/usr/include/getopt.h)
33
LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
34
LDFLAGS+=	-lgnugetopt
35
.endif
36
32
37
post-install:
33
post-install:
38
.if !defined(NOPORTDOCS)
34
.if !defined(NOPORTDOCS)

Return to bug 51374