aboutsummaryrefslogtreecommitdiff
path: root/x11/gnometerminal
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-22 04:46:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-22 04:46:36 +0000
commit0874a464094102ad4dc553e7db14969221c7cf95 (patch)
tree316c72268fa0edde5c158a669c6eb69de6eddfb6 /x11/gnometerminal
parent4ad2671dc72463274d5e8748d71f30fa4e94e254 (diff)
downloadports-0874a464094102ad4dc553e7db14969221c7cf95.tar.gz
ports-0874a464094102ad4dc553e7db14969221c7cf95.zip
Notes
Diffstat (limited to 'x11/gnometerminal')
-rw-r--r--x11/gnometerminal/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile
index e26ec86e2acc..7cf761552c45 100644
--- a/x11/gnometerminal/Makefile
+++ b/x11/gnometerminal/Makefile
@@ -16,34 +16,25 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Terminal component for the GNOME 2.0 Desktop
-LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
-
-.if defined(WITH_ZVT)
-LIB_DEPENDS+= zvt-2.0.0:${PORTSDIR}/x11-toolkits/libzvt
-.else
-LIB_DEPENDS+= vte.4:${PORTSDIR}/x11-toolkits/vte
-.endif
-
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier
+USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.if defined(WITH_ZVT)
CONFIGURE_ARGS= --with-widget=zvt
+USE_GNOME+= libzvt
.else
CONFIGURE_ARGS= --with-widget=vte
+USE_GNOME+= vte
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \
- ${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>