diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-26 07:29:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-26 07:29:34 +0800 |
commit | fc17e550eddef887d6e1b70a8e7fc9f06056b731 (patch) | |
tree | 5d26acd476642c3b773f75db8040205ff9dc4d29 /lang/fpc | |
parent | 4c3b90b6bb5bdc235ec60ac72877f1ee418fe1cd (diff) | |
download | freebsd-ports-gnome-fc17e550eddef887d6e1b70a8e7fc9f06056b731.tar.gz freebsd-ports-gnome-fc17e550eddef887d6e1b70a8e7fc9f06056b731.tar.zst freebsd-ports-gnome-fc17e550eddef887d6e1b70a8e7fc9f06056b731.zip |
Convert the tree to USES=openal
Approved by: portmgr (bapt)
Diffstat (limited to 'lang/fpc')
-rw-r--r-- | lang/fpc/Makefile.units | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units index 001727c18c0c..d4451d81df00 100644 --- a/lang/fpc/Makefile.units +++ b/lang/fpc/Makefile.units @@ -241,12 +241,6 @@ LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis . endif .endif -.if ${PKGNAMESUFFIX} == "-openal" -. if defined(WITH_OPENAL) -USE_OPENAL= soft -. endif -.endif - .if ${PKGNAMESUFFIX} == "-opengl" . if defined(WITH_OPENGL) USE_GL= glut |