summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 15:52:30 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 15:52:30 +0800
commit4ea8cc27f290ad6c852b414b7e4a36e3df2571a0 (patch)
tree445e8ded1a5f08b34785baeef734e34870a86c3c /x11
parenteef1d51f731593b4b31c5dc9901d9dc759fa78aa (diff)
downloadmarcuscom-ports-4ea8cc27f290ad6c852b414b7e4a36e3df2571a0.tar
marcuscom-ports-4ea8cc27f290ad6c852b414b7e4a36e3df2571a0.tar.gz
marcuscom-ports-4ea8cc27f290ad6c852b414b7e4a36e3df2571a0.tar.bz2
marcuscom-ports-4ea8cc27f290ad6c852b414b7e4a36e3df2571a0.tar.lz
marcuscom-ports-4ea8cc27f290ad6c852b414b7e4a36e3df2571a0.tar.xz
marcuscom-ports-4ea8cc27f290ad6c852b414b7e4a36e3df2571a0.tar.zst
marcuscom-ports-4ea8cc27f290ad6c852b414b7e4a36e3df2571a0.zip
Remove libzvt support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@639 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-terminal/Makefile10
-rw-r--r--x11/gnometerminal/Makefile10
2 files changed, 2 insertions, 18 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
index da53899de..468867ad1 100644
--- a/x11/gnome-terminal/Makefile
+++ b/x11/gnome-terminal/Makefile
@@ -21,19 +21,11 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui
+USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui vte
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-.if defined(WITH_ZVT)
-USE_GNOME+= libzvt
-CONFIGURE_ARGS= --with-widget=zvt
-.else
-USE_GNOME+= vte
-CONFIGURE_ARGS= --with-widget=vte
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile
index da53899de..468867ad1 100644
--- a/x11/gnometerminal/Makefile
+++ b/x11/gnometerminal/Makefile
@@ -21,19 +21,11 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui
+USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui vte
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-.if defined(WITH_ZVT)
-USE_GNOME+= libzvt
-CONFIGURE_ARGS= --with-widget=zvt
-.else
-USE_GNOME+= vte
-CONFIGURE_ARGS= --with-widget=vte
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure