. Sort LIB_DEPENDS and CONFIGURE_ARGS.
This commit is contained in:
parent
ffccf2fe1a
commit
2e61ed980e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184302
1 changed files with 12 additions and 12 deletions
|
@ -16,14 +16,14 @@ DISTNAME= AfterStep-${PORTVERSION}
|
||||||
MAINTAINER= glewis@FreeBSD.org
|
MAINTAINER= glewis@FreeBSD.org
|
||||||
COMMENT= A stable version of the AfterStep window manager
|
COMMENT= A stable version of the AfterStep window manager
|
||||||
|
|
||||||
LIB_DEPENDS= rplay.1:${PORTSDIR}/audio/rplay \
|
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
|
||||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
||||||
ungif.5:${PORTSDIR}/graphics/libungif \
|
|
||||||
png.5:${PORTSDIR}/graphics/png \
|
|
||||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||||
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||||
|
png.5:${PORTSDIR}/graphics/png \
|
||||||
|
rplay.1:${PORTSDIR}/audio/rplay \
|
||||||
|
rsvg-2.2:${PORTSDIR}/graphics/librsvg2 \
|
||||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||||
execinfo.1:${PORTSDIR}/devel/libexecinfo \
|
ungif.5:${PORTSDIR}/graphics/libungif
|
||||||
rsvg-2.2:${PORTSDIR}/graphics/librsvg2
|
|
||||||
RUN_DEPENDS= ${X11BASE}/bin/xli:${PORTSDIR}/graphics/xli
|
RUN_DEPENDS= ${X11BASE}/bin/xli:${PORTSDIR}/graphics/xli
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
|
@ -32,15 +32,15 @@ USE_XPM= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||||
CONFIGURE_ARGS+=--enable-i18n \
|
CONFIGURE_ARGS+=--disable-ascp \
|
||||||
--disable-ascp \
|
--enable-i18n \
|
||||||
--disable-send-postcard-to-developer \
|
--disable-send-postcard-to-developer \
|
||||||
--with-ungif \
|
--with-helpcommand="xterm -e man" \
|
||||||
--with-png-includes="${LOCALBASE}/include" \
|
|
||||||
--with-png-libs="${LOCALBASE}/lib" \
|
|
||||||
--with-jpeg-includes="${LOCALBASE}/include" \
|
--with-jpeg-includes="${LOCALBASE}/include" \
|
||||||
--with-jpeg-libs="${LOCALBASE}/lib" \
|
--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}"
|
MAKE_ENV= INCS_PRIVATE="${CPPFLAGS}" LIBS_PRIVATE="${LDFLAGS}"
|
||||||
|
|
||||||
MAN1= ASDatabase.1x ASDatabaseEntry.1x AfterStep.1x Align.1x \
|
MAN1= ASDatabase.1x ASDatabaseEntry.1x AfterStep.1x Align.1x \
|
||||||
|
|
Loading…
Reference in a new issue