aboutsummaryrefslogtreecommitdiffstats
path: root/cad/pcb
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-10 05:49:35 +0800
committerbapt <bapt@FreeBSD.org>2013-07-10 05:49:35 +0800
commitf919957363034c287ce4527a437758326ccd1c01 (patch)
tree496c722222b746ec4b7d8e984d2c9c4c053e3fbc /cad/pcb
parent172d17717dff405bc47298ed9348544313605370 (diff)
downloadfreebsd-ports-gnome-f919957363034c287ce4527a437758326ccd1c01.tar.gz
freebsd-ports-gnome-f919957363034c287ce4527a437758326ccd1c01.tar.zst
freebsd-ports-gnome-f919957363034c287ce4527a437758326ccd1c01.zip
Convert from USE_MOTIF to USES=motif
While here: - trim headers - Remove indefinite article from comment - convert USE_GMAKE to USES=gmake
Diffstat (limited to 'cad/pcb')
-rw-r--r--cad/pcb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index b762bcf49c82..73a388248880 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= m4>=1.4.11:${PORTSDIR}/devel/m4 \
BUILD_DEPENDS:= ${RUN_DEPENDS}
USE_AUTOTOOLS= autoconf
-USE_GMAKE= yes
+USES= gmake
USE_TK_RUN= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
@@ -64,7 +64,7 @@ CONFIGURE_ARGS+= \
CONFIGURE_ARGS+= --without-gui
CONFIGURE_ENV+= WISH=${TRUE}
.elif ${PORT_OPTIONS:MMOTIF}
-USE_MOTIF= yes
+USES+= motif
USE_TK_RUN= yes
CONFIGURE_ARGS+= --with-gui=lesstif
CONFIGURE_ENV+= WISH=${WISH}