diff options
author | demon <demon@FreeBSD.org> | 2000-12-31 22:07:01 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2000-12-31 22:07:01 +0800 |
commit | 4454f3d0f2cc3272e554d087c534a861c25822a2 (patch) | |
tree | 688ea838e535845f3b02d0accab648b51de04383 /x11-wm/afterstep-stable | |
parent | 4545137d4608adca65a8241750eadd83a9913792 (diff) | |
download | freebsd-ports-graphics-4454f3d0f2cc3272e554d087c534a861c25822a2.tar.gz freebsd-ports-graphics-4454f3d0f2cc3272e554d087c534a861c25822a2.tar.zst freebsd-ports-graphics-4454f3d0f2cc3272e554d087c534a861c25822a2.zip |
Update to 1.8.8.
Add dependency to audio/rplay.
Submitted by: Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE>
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/afterstep-stable/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 7f9c81abcda..b51b57afed9 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= afterstep -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.8 CATEGORIES= x11-wm afterstep MASTER_SITES= ${MASTER_SITE_AFTERSTEP} MASTER_SITE_SUBDIR= stable @@ -15,13 +15,14 @@ DISTNAME= AfterStep-${PORTVERSION} MAINTAINER= demon@FreeBSD.org LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg + jpeg.9:${PORTSDIR}/graphics/jpeg \ + rplay.1:${PORTSDIR}/audio/rplay USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= X_EXTRA_LIBS="-lxpg4" +CONFIGURE_ENV= X_EXTRA_LIBS="-lxpg4" CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-png-includes="${LOCALBASE}/include" \ --with-png-libs="${LOCALBASE}/lib" \ --with-jpeg-includes="${LOCALBASE}/include" \ diff --git a/x11-wm/afterstep-stable/distinfo b/x11-wm/afterstep-stable/distinfo index 48b216abe6c..5b6d91d82b9 100644 --- a/x11-wm/afterstep-stable/distinfo +++ b/x11-wm/afterstep-stable/distinfo @@ -1 +1 @@ -MD5 (AfterStep-1.8.4.tar.bz2) = 0fa1124cfe7d1e5c2cf185faf950358d +MD5 (AfterStep-1.8.8.tar.bz2) = ce5e49fe20e59551c4fe9ec7f834bb90 |