diff options
author | glewis <glewis@FreeBSD.org> | 2012-02-26 02:10:47 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2012-02-26 02:10:47 +0800 |
commit | 269e15dcf28dcadf47c65fdbed32cb6e99c9ce70 (patch) | |
tree | 3b6e6a2afc3461f8ba9c5bcd15c53c2b4305bbea /x11-wm | |
parent | 3c42bb144e16487e3ee2ee5a20e3bb002d595e32 (diff) | |
download | freebsd-ports-gnome-269e15dcf28dcadf47c65fdbed32cb6e99c9ce70.tar.gz freebsd-ports-gnome-269e15dcf28dcadf47c65fdbed32cb6e99c9ce70.tar.zst freebsd-ports-gnome-269e15dcf28dcadf47c65fdbed32cb6e99c9ce70.zip |
. Change gif dependency from libungif to giflib due to the latter being the
preferred library of the two. I actually think this is superfluous as
this library is never linked in (nor is the inbuilt version used). I'll
investigate this further.
. Mark as MAKE_JOBS_UNSAFE.
. Pet portlint.
PR: 165383
Submitted by: swills@
Diffstat (limited to 'x11-wm')
-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 \ |