summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-06-29 23:27:28 +0000
committerarved <arved@FreeBSD.org>2003-06-29 23:27:28 +0000
commit1b9b0accc4523bdc414e6f15399357bfd8eab0dd (patch)
treecd5f7616f0c02b74d9626be3aae462d8ee4afc32 /x11
parent667bb4210bb44d3b5d10c12eea1420b9890a7bb4 (diff)
downloadFreeBSD-ports-1b9b0accc4523bdc414e6f15399357bfd8eab0dd.zip
FreeBSD-ports-1b9b0accc4523bdc414e6f15399357bfd8eab0dd.tar.gz
Fix Comment
Convert to new gnome world order. PR: 53773 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'x11')
-rw-r--r--x11/powershell/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/powershell/Makefile b/x11/powershell/Makefile
index fc38553..0a2e813 100644
--- a/x11/powershell/Makefile
+++ b/x11/powershell/Makefile
@@ -12,14 +12,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-COMMENT= PowerShell is a terminal emulator for the X11 Window System
+COMMENT= A terminal emulator for the X11
USE_X_PREFIX= yes
-USE_GNOME= yes
-IMLIB_CONFIG?= ${X11BASE}/bin/imlib-config
-USE_AUTOCONF= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include `${IMLIB_CONFIG} --cflags`" \
- LDFLAGS="-L${LOCALBASE}/lib `${IMLIB_CONFIG} --libs`"
-ALL_TARGET= powershell
+USE_GNOME= gnomelibs
+USE_AUTOCONF_VER= 213
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${IMLIB_CONFIG} --cflags`" \
+ LDFLAGS="-L${LOCALBASE}/lib `${IMLIB_CONFIG} --libs`"
+ALL_TARGET= ${PORTNAME}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud