summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm2-i18n
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-04-17 00:19:02 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-04-17 00:19:02 +0000
commitb4455771cced2fe9f134e751fe88dbba7226e694 (patch)
tree39733bef5e1d466d30938b5a47f0b46a7b6890b4 /x11-wm/fvwm2-i18n
parentStandardize all user defined options to the booleans WITH_FOO and (diff)
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
Notes
Notes: svn path=/head/; revision=27680
Diffstat (limited to 'x11-wm/fvwm2-i18n')
-rw-r--r--x11-wm/fvwm2-i18n/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/fvwm2-i18n/Makefile b/x11-wm/fvwm2-i18n/Makefile
index b1ee0ff28ed5..13d1fa64d654 100644
--- a/x11-wm/fvwm2-i18n/Makefile
+++ b/x11-wm/fvwm2-i18n/Makefile
@@ -16,7 +16,7 @@ PATCHFILES= fvwm-${PORTVERSION}-I18N_MB-${FVWM_PATCHVER}.patch
MAINTAINER= matusita@jp.freebsd.org
-.if !defined(USE_XPM) || ${USE_XPM} != NO
+.if !defined(WITHOUT_XPM)
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
.endif
@@ -61,9 +61,8 @@ post-install:
.include <bsd.port.pre.mk>
-.if defined(USE_RPLAY) && ${USE_RPLAY} == YES || \
- exists(${LOCALBASE}/lib/librplay.a) && \
- (!defined(USE_RPLAY) || ${USE_RPLAY} != NO)
+.if defined(WITH_RPLAY) || (exists(${LOCALBASE}/lib/librplay.a) && \
+ !defined(WITHOUT_RPLAY))
BUILD_DEPENDS= rplay:${PORTSDIR}/audio/rplay
.endif