diff options
author | krion <krion@FreeBSD.org> | 2006-01-08 04:29:56 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2006-01-08 04:29:56 +0800 |
commit | 1cdd4b9391a8199558708428130247d430f19a79 (patch) | |
tree | b885779121598ff70e2e1fc0b5561597c9a66662 /net/sdl_net | |
parent | 16cd9522104387aead68789b172caf2c4ecfa741 (diff) | |
download | freebsd-ports-gnome-1cdd4b9391a8199558708428130247d430f19a79.tar.gz freebsd-ports-gnome-1cdd4b9391a8199558708428130247d430f19a79.tar.zst freebsd-ports-gnome-1cdd4b9391a8199558708428130247d430f19a79.zip |
Remove guilib dependency, it's required only by some example files
which aren't installed anyway.
Submitted by: Ed Schouten <ed@fxq.nl>
Diffstat (limited to 'net/sdl_net')
-rw-r--r-- | net/sdl_net/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index 03f4a9269835..a22cade4987f 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -15,8 +15,6 @@ DISTNAME= SDL_net-${PORTVERSION} MAINTAINER= krion@FreeBSD.org COMMENT= A small sample cross-platform networking library -LIB_DEPENDS= GUI.0:${PORTSDIR}/graphics/guilib - USE_SDL= sdl USE_REINPLACE= yes USE_GMAKE= yes |