diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:49:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:49:35 +0000 |
commit | 4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (patch) | |
tree | 3b8d48aa271eba0bfcc38ae208c7dc331ca94217 /editors/xvile | |
parent | 8b330db9e10e1e3e9b78358da8c509d0586697b6 (diff) | |
download | ports-4ab73fde6eb5fc46fecfc39aec07fdcefbeff324.tar.gz ports-4ab73fde6eb5fc46fecfc39aec07fdcefbeff324.zip |
Notes
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 1765780ab1fa..6f5bf03b67b0 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -74,7 +74,7 @@ CONFIGURE_ARGS+= --with-screen=x11 .endif .if ${PORT_OPTIONS:MMOTIF} -USE_MOTIF= yes +USES+= motif CONFIGURE_ARGS+= --with-screen=motif .endif |