1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

* Allow these ports to build in a read-only ${PORTSDIR} [1]

* Remove USE_GNOMENG macro

Requested by:	Cory Bajus <cbajus@mts.net> [1]
This commit is contained in:
Joe Marcus Clarke 2003-04-05 05:18:26 +00:00
parent 07352d9c7b
commit 738637ceef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78246
2 changed files with 2 additions and 3 deletions

View File

@ -23,14 +23,13 @@ PREFIX?= ${X11BASE}
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
USE_GNOMENG= yes
USE_GNOME= gnomehack
CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \
--with-expat_includes=${LOCALBASE}/include \
--with-expat_lib=${LOCALBASE}/lib \
--with-default_fonts=${X11BASE}/lib/X11/fonts
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAKE_ENV= LC_ALL=C
PKGINSTALL= ${WRKDIR}/pkg-install
MAN3= FcAtomicCreate.3 \
FcAtomicDeleteNew.3 \

View File

@ -31,11 +31,11 @@ USE_GMAKE= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_GNOMENG= yes
USE_GNOME= gnomehack
CONFIGURE_ARGS= --with-qt=no \
--with-html-dir=${PREFIX}/share/doc \
--enable-static
PKGINSTALL= ${WRKDIR}/pkg-install
# Hmm.. tough one. Found this one when I had graphics/hdf installed
# (which installs glist.h) which is picked up before the glib-2.0
# stuff, with Bad Results[tm]