diff options
author | gahr <gahr@FreeBSD.org> | 2014-01-08 17:19:59 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-01-08 17:19:59 +0800 |
commit | d102c3b3bb092a1abea4b546e6003d5f0facb586 (patch) | |
tree | cf34ea90b63a8566350085db48b96048efb6957e /net/jags/Makefile | |
parent | 6d57e00384bb5bb27fbace1cda73cdeb9965feb7 (diff) | |
download | freebsd-ports-gnome-d102c3b3bb092a1abea4b546e6003d5f0facb586.tar.gz freebsd-ports-gnome-d102c3b3bb092a1abea4b546e6003d5f0facb586.tar.zst freebsd-ports-gnome-d102c3b3bb092a1abea4b546e6003d5f0facb586.zip |
- Fix build on 10 (clang) [1]
- STAGE-clean
PR: 185419[1]
Submitted by: Michael Gmelin <freebsd@grem.de>
Diffstat (limited to 'net/jags/Makefile')
-rw-r--r-- | net/jags/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/jags/Makefile b/net/jags/Makefile index 4fdacce21add..65223f6a961b 100644 --- a/net/jags/Makefile +++ b/net/jags/Makefile @@ -16,16 +16,10 @@ SAMBA_PORT?= net/samba36 CONFLICTS= jags-1.* -USE_GMAKE= yes +USES= gmake USE_XORG= xi xext x11 USE_GNOME= gtk12 GNU_CONFIGURE= yes - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 CFLAGS+= -ffriend-injection -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |