1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix building on 4-STABLE.

PR:		ports/80850
Submitted by:	maintainer
This commit is contained in:
Vanilla I. Shu 2005-05-10 08:23:49 +00:00
parent 8251f24dc8
commit 5d944271ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134972

View File

@ -11,7 +11,7 @@ CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=scim
MAINTAINER= chinsan@mail2000.com.tw
MAINTAINER= chinsan.tw@gmail.com
COMMENT= SCIM add-on to input various symbols with on-screen pad
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
@ -20,6 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_GNOME= intlhack
USE_LIBTOOL_VER= 15
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
LDFLAGS="-L${LOCALBASE}/lib -lintl"