diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-17 04:58:30 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-17 04:58:30 +0800 |
commit | 5d144a9e984bf6125e4e40757b28ca1573d88f95 (patch) | |
tree | f0a9d682e33c467a68ab8d946d59d8993aa90961 /x11-toolkits | |
parent | 436f2cfe25523f9d3114e1fbd39f8501aeba97bc (diff) | |
download | marcuscom-ports-5d144a9e984bf6125e4e40757b28ca1573d88f95.tar.gz marcuscom-ports-5d144a9e984bf6125e4e40757b28ca1573d88f95.tar.zst marcuscom-ports-5d144a9e984bf6125e4e40757b28ca1573d88f95.zip |
This port does not depend on gtk30. Clean up some of the slave macros.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15833 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnome-pty-helper/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/gnome-pty-helper/Makefile b/x11-toolkits/gnome-pty-helper/Makefile index 41ffe4707..30f7abbfe 100644 --- a/x11-toolkits/gnome-pty-helper/Makefile +++ b/x11-toolkits/gnome-pty-helper/Makefile @@ -3,13 +3,13 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gnome-pty-helper/Makefile,v 1.1 2011/04/15 14:34:32 kwm Exp $ +# $MCom: ports/x11-toolkits/gnome-pty-helper/Makefile,v 1.2 2011/04/16 19:05:05 mezz Exp $ # PORTNAME= gnome-pty-helper -PORTREVISION?= 0 +PORTREVISION= 1 -COMMENT?= utmp/wtmp/lastlog helper program for the vte Terminal widget +COMMENT= utmp/wtmp/lastlog helper program for the vte Terminal widget VTE3_SLAVE= yes @@ -17,6 +17,7 @@ MASTERDIR= ${.CURDIR}/../../x11-toolkits/vte3 WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist +USE_GNOME= gnomeprefix gnomehack CONFIGURE_ARGS= # empty PATCH_STRIP= -p1 EXTRA_PATCHES+= ${MASTERDIR}/files/patch-gnome-pty-helper_Makefile.in \ |