diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 17:17:53 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 17:17:53 +0000 |
commit | 428fac4e1c522537e461b850cc93550d4fcf37e7 (patch) | |
tree | 22c9f25e11cf4cd378611c48424547929b95fba3 /sysutils/pwsafe | |
parent | b1977b079cfa346735bab7f33a9f0f5d573f09c5 (diff) | |
download | freebsd-ports-428fac4e1c522537e461b850cc93550d4fcf37e7.zip |
Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Diffstat (limited to 'sysutils/pwsafe')
-rw-r--r-- | sysutils/pwsafe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/pwsafe/Makefile b/sysutils/pwsafe/Makefile index e8f801a6ce5e..674f24fe765f 100644 --- a/sysutils/pwsafe/Makefile +++ b/sysutils/pwsafe/Makefile @@ -27,6 +27,7 @@ PLIST_FILES= bin/pwsafe man/man1/pwsafe.1.gz .if ${PORT_OPTIONS:MX11} CONFIGURE_ARGS= --with-x +USES+= xorg USE_XORG= ice sm x11 xmu .else CONFIGURE_ARGS= ac_cv_have_x="have_x=no" \ |