diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2012-02-25 18:10:47 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2012-02-25 18:10:47 +0000 |
commit | 6bd63212d4b8221b0bfb08aaff6b907a920290f1 (patch) | |
tree | 8308e281773ca13b69945c9f26e10513fd8d60ec /x11-wm/afterstep-stable | |
parent | b421f40a18d530c258c191f33ee34a643aa7fa6b (diff) | |
download | ports-6bd63212d4b8221b0bfb08aaff6b907a920290f1.tar.gz ports-6bd63212d4b8221b0bfb08aaff6b907a920290f1.zip |
Notes
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 5f40f9d789a6..767fb0ac83e8 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 2.2.11 CATEGORIES= x11-wm afterstep MASTER_SITES= ftp://ftp.afterstep.org/stable/ \ SF/${PORTNAME}/AfterStep/${PORTVERSION} - DISTNAME= AfterStep-${PORTVERSION} MAINTAINER= glewis@FreeBSD.org @@ -24,7 +23,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ rplay.1:${PORTSDIR}/audio/rplay \ rsvg-2.2:${PORTSDIR}/graphics/librsvg2 \ tiff.4:${PORTSDIR}/graphics/tiff \ - ungif.5:${PORTSDIR}/graphics/libungif + gif.5:${PORTSDIR}/graphics/giflib RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli USE_BZIP2= yes @@ -32,6 +31,7 @@ USE_GNOME= glib20 gtk20 pango USE_ICONV= yes USE_XORG+= ice sm x11 xcursor xext xfixes xi xinerama xrandr xrender GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes CONFIGURE_ARGS+=--disable-ascp \ --enable-i18n \ --disable-send-postcard-to-developer \ |