diff --git a/x11/powershell/Makefile b/x11/powershell/Makefile index fc38553a6f4e..0a2e81343fa7 100644 --- a/x11/powershell/Makefile +++ b/x11/powershell/Makefile @@ -1,25 +1,24 @@ # Ports collection Makefile for: powershell # Date created: 6 May 2000 # Whom: Scott A. Moberly # # $FreeBSD$ # PORTNAME= powershell PORTVERSION= 0.8 CATEGORIES= x11 gnome 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