diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 05:36:13 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 05:36:13 +0800 |
commit | c2e845d0c8bc7c9f164cff0518da23f674677570 (patch) | |
tree | 7fc33d51c49bd9a7ccd279ab581748918852d482 /cad/feappv | |
parent | 2f557a46788f7ec9b1355f7a17e8ca1cfe208f8b (diff) | |
download | freebsd-ports-gnome-c2e845d0c8bc7c9f164cff0518da23f674677570.tar.gz freebsd-ports-gnome-c2e845d0c8bc7c9f164cff0518da23f674677570.tar.zst freebsd-ports-gnome-c2e845d0c8bc7c9f164cff0518da23f674677570.zip |
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
Diffstat (limited to 'cad/feappv')
-rw-r--r-- | cad/feappv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/feappv/Makefile b/cad/feappv/Makefile index b4caa889978e..4e77a541ba1e 100644 --- a/cad/feappv/Makefile +++ b/cad/feappv/Makefile @@ -13,7 +13,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Finite element analysis program (personal version) -USES= fortran gmake localbase:ldflags +USES= fortran gmake localbase:ldflags xorg USE_GITHUB= yes GH_ACCOUNT= sanjayg0 USE_XORG= x11 |