diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/eb/Makefile | 1 | ||||
-rw-r--r-- | japanese/eblook/Makefile | 1 | ||||
-rw-r--r-- | japanese/ebnetd/Makefile | 1 | ||||
-rw-r--r-- | japanese/ebview/Makefile | 1 | ||||
-rw-r--r-- | japanese/freepwing/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index 2c26cd07c71b..3f0a4b0c9495 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -59,7 +59,6 @@ USE_GETTEXT= yes USE_PERL5= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-nls \ --with-gettext-includes=${LOCALBASE}/include \ --with-gettext-libraries=${LOCALBASE}/lib \ diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile index f7a9f44d24f0..668d36a5c676 100644 --- a/japanese/eblook/Makefile +++ b/japanese/eblook/Makefile @@ -18,7 +18,6 @@ COMMENT= Interactive EB interface command for seraching words in electoric dicti LIB_DEPENDS= eb.12:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \ --with-eb-libraries=${PREFIX}/lib diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index c0b8846ff585..b3f8daa6117a 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -17,7 +17,6 @@ COMMENT= Servers for accessing CD-ROM books via TCP/IP LIB_DEPENDS= eb.12:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR} # Local variables diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile index a78439f30a13..171ef714dd9f 100644 --- a/japanese/ebview/Makefile +++ b/japanese/ebview/Makefile @@ -22,7 +22,6 @@ CONFLICTS= ja-ebview-gtk2-* USE_GNOME= imlib USE_GMAKE= yes USE_AUTOTOOLS= autoconf:262 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" diff --git a/japanese/freepwing/Makefile b/japanese/freepwing/Makefile index cfc8790fc20a..45b9e59c0e50 100644 --- a/japanese/freepwing/Makefile +++ b/japanese/freepwing/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-pkgdocdir=${DOCSDIR} .include <bsd.port.mk> |