diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:26:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:26:08 +0000 |
commit | 0178653192192afa707f483c4b0f9111af5eeee1 (patch) | |
tree | 7fb3974a6426bec4aab6014a30924f80d14ad145 /net/sdl_net | |
parent | 7ae19c3ad41d026409c8678165acb0a915c67d34 (diff) | |
download | ports-0178653192192afa707f483c4b0f9111af5eeee1.tar.gz ports-0178653192192afa707f483c4b0f9111af5eeee1.zip |
Notes
Diffstat (limited to 'net/sdl_net')
-rw-r--r-- | net/sdl_net/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index 570f2a2277f1..d6364cee65e7 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: sdl_net -# Date created: 20 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ # @@ -16,8 +14,7 @@ COMMENT= A small sample cross-platform networking library USE_AUTOTOOLS= libtool USE_SDL= sdl -USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes |