diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
commit | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /graphics/white_dune | |
parent | 4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (diff) |
Notes
Diffstat (limited to 'graphics/white_dune')
-rw-r--r-- | graphics/white_dune/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/white_dune/Makefile b/graphics/white_dune/Makefile index a62f7bbc7443..07aad11935df 100644 --- a/graphics/white_dune/Makefile +++ b/graphics/white_dune/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: white_dune -# Date created: Apr 12, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= white_dune PORTVERSION= ${DISTVERSION:S/pl/./} @@ -23,8 +18,8 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= motif USE_XORG= xft -USE_MOTIF= yes USE_GL= gl glu glut USE_SDL= sdl GNU_CONFIGURE= yes |