aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-02-10 14:13:27 +0000
committerCy Schubert <cy@FreeBSD.org>2023-02-11 14:55:30 +0000
commita4e42ba9b256364488c0ea9df36a2b7a361af7d0 (patch)
tree1a255c2d08095f7bc0afc9a31ff2d8883318aa57
parent49f031a6867d38f0f01f87c530a9b6a376d8a267 (diff)
downloadports-a4e42ba9b256364488c0ea9df36a2b7a361af7d0.tar.gz
ports-a4e42ba9b256364488c0ea9df36a2b7a361af7d0.zip
x11-wm/fvwm2: Chase 75b955057c8e, remove RPLAY option
75b955057c8e removed audio/rplay. Chase this revision. (cherry picked from commit 17e3e5e04f3151f84c10b2550b48ecdae43668c5)
-rw-r--r--x11-wm/fvwm2/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile
index 295d734a5b21..badd5c8b9f76 100644
--- a/x11-wm/fvwm2/Makefile
+++ b/x11-wm/fvwm2/Makefile
@@ -23,17 +23,17 @@ CONFLICTS_INSTALL= fvwm3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk \
+ --without-rplay-library \
ac_cv_path_PYTHON=${PYTHON_CMD}
USES= cpe gmake gnome perl5 pkgconfig python:3.4+ gettext readline xorg
USE_XORG= xcursor xft xinerama xpm xrender x11 ice xext
USE_GNOME= cairo
-OPTIONS_DEFINE= ICONS ICONV STROKE RPLAY SESSION_MGMT PNG SVG BIDI NLS
+OPTIONS_DEFINE= ICONS ICONV STROKE SESSION_MGMT PNG SVG BIDI NLS
OPTIONS_DEFAULT=ICONS ICONV SESSION_MGMT PNG
OPTIONS_SUB= yes
STROKE_DESC= support for mouse gestures
-RPLAY_DESC= RPlay support in FvwmEvent
SESSION_MGMT_DESC= Session Management support
BIDI_DESC= Asian bi-directional text support
@@ -63,14 +63,6 @@ CONFIGURE_ARGS+= --with-stroke-library=${LOCALBASE}/lib \
CONFIGURE_ARGS+= --without-stroke-library
.endif
-.if ${PORT_OPTIONS:MRPLAY}
-LIB_DEPENDS+= librplay.so:audio/rplay
-CONFIGURE_ARGS+= --with-rplay-library=${LOCALBASE}/lib \
- --with-rplay-includes=${LOCALBASE}/include
-.else
-CONFIGURE_ARGS+= --without-rplay-library
-.endif
-
.if ${PORT_OPTIONS:MSESSION_MGMT}
USE_XORG+= sm
.else