diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 12:56:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 12:56:39 +0000 |
commit | cf7b982f24a4bad2492aa326e0a8df3aeb523c18 (patch) | |
tree | 0fc6bb26d543596f6271e9c804ddf835c1199d52 /astro/stars/Makefile | |
parent | ea2b24193ec3d5476680946f0e2ac983442fa75e (diff) | |
download | ports-cf7b982f24a4bad2492aa326e0a8df3aeb523c18.tar.gz ports-cf7b982f24a4bad2492aa326e0a8df3aeb523c18.zip |
Notes
Diffstat (limited to 'astro/stars/Makefile')
-rw-r--r-- | astro/stars/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/stars/Makefile b/astro/stars/Makefile index 231e5aac816d..f9af6f92913d 100644 --- a/astro/stars/Makefile +++ b/astro/stars/Makefile @@ -17,7 +17,7 @@ COMMENT= Star field demo PLIST_FILES= bin/stars WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes +USE_XORG= x11 do-build: @${CC} -I${PREFIX}/include ${CFLAGS} -c ${WRKSRC}/xwin.c -o ${WRKSRC}/xwin.o |