diff options
Diffstat (limited to 'x11/aterm/Makefile')
-rw-r--r-- | x11/aterm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index 744be93ca492..8439e4ff3632 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -9,8 +9,7 @@ PORTNAME= aterm PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES+= x11 # `+=' is for slave ports -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= mich@FreeBSD.org COMMENT= A color vt102 terminal emulator with transparency support @@ -22,7 +21,7 @@ CONFIGURE_ARGS+= --enable-transparency \ --enable-fading --enable-utmp --enable-wtmp \ --without-afterstep-config -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .if !defined(WITHOUT_BACKGROUND_IMAGE) LIB_DEPENDS+= AfterImage.0:${PORTSDIR}/graphics/libafterimage |