diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-29 18:20:13 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-29 18:20:13 +0800 |
commit | b1edb51e9ab7b3dff1a6f5a7deb8990ba7b9343e (patch) | |
tree | 893a80ef63736e1a7f8da1f5687de297305b59fe /audio/libsidplay | |
parent | 22b0969183e5625edb99a3c3851ddb0a3829cbf1 (diff) | |
download | freebsd-ports-gnome-b1edb51e9ab7b3dff1a6f5a7deb8990ba7b9343e.tar.gz freebsd-ports-gnome-b1edb51e9ab7b3dff1a6f5a7deb8990ba7b9343e.tar.zst freebsd-ports-gnome-b1edb51e9ab7b3dff1a6f5a7deb8990ba7b9343e.zip |
Remove unneeded USE_XLIB.
Diffstat (limited to 'audio/libsidplay')
-rw-r--r-- | audio/libsidplay/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index ed469e894951..bf151600fbff 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -15,7 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= sec@42.org WRKSRC= ${WRKDIR}/${PKGNAME} -#USE_XLIB= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GMAKE= yes |