diff options
author | glewis <glewis@FreeBSD.org> | 2007-02-06 04:49:22 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-02-06 04:49:22 +0800 |
commit | 9758b3b79bb88c743ed415d5b65918c0ba8a766e (patch) | |
tree | 91cb6acc6145c050d7f0fb366138c9c272fa580c /x11-wm/afterstep-stable | |
parent | 12afb2b16658b49592e2ecd5ddfcabfbae613909 (diff) | |
download | freebsd-ports-gnome-9758b3b79bb88c743ed415d5b65918c0ba8a766e.tar.gz freebsd-ports-gnome-9758b3b79bb88c743ed415d5b65918c0ba8a766e.tar.zst freebsd-ports-gnome-9758b3b79bb88c743ed415d5b65918c0ba8a766e.zip |
. Sort LIB_DEPENDS and CONFIGURE_ARGS.
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index e5d4662fde54..d7ec03d61833 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -16,14 +16,14 @@ DISTNAME= AfterStep-${PORTVERSION} MAINTAINER= glewis@FreeBSD.org COMMENT= A stable version of the AfterStep window manager -LIB_DEPENDS= rplay.1:${PORTSDIR}/audio/rplay \ +LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ + freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - ungif.5:${PORTSDIR}/graphics/libungif \ png.5:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 \ + rplay.1:${PORTSDIR}/audio/rplay \ + rsvg-2.2:${PORTSDIR}/graphics/librsvg2 \ tiff.4:${PORTSDIR}/graphics/tiff \ - execinfo.1:${PORTSDIR}/devel/libexecinfo \ - rsvg-2.2:${PORTSDIR}/graphics/librsvg2 + ungif.5:${PORTSDIR}/graphics/libungif RUN_DEPENDS= ${X11BASE}/bin/xli:${PORTSDIR}/graphics/xli USE_BZIP2= yes @@ -32,15 +32,15 @@ USE_XPM= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS+=--enable-i18n \ - --disable-ascp \ +CONFIGURE_ARGS+=--disable-ascp \ + --enable-i18n \ --disable-send-postcard-to-developer \ - --with-ungif \ - --with-png-includes="${LOCALBASE}/include" \ - --with-png-libs="${LOCALBASE}/lib" \ + --with-helpcommand="xterm -e man" \ --with-jpeg-includes="${LOCALBASE}/include" \ --with-jpeg-libs="${LOCALBASE}/lib" \ - --with-helpcommand="xterm -e man" + --with-png-includes="${LOCALBASE}/include" \ + --with-png-libs="${LOCALBASE}/lib" \ + --with-ungif MAKE_ENV= INCS_PRIVATE="${CPPFLAGS}" LIBS_PRIVATE="${LDFLAGS}" MAN1= ASDatabase.1x ASDatabaseEntry.1x AfterStep.1x Align.1x \ |