diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /graphics/avifile | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) |
Notes
Diffstat (limited to 'graphics/avifile')
-rw-r--r-- | graphics/avifile/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/avifile/Makefile b/graphics/avifile/Makefile index 25a8bf4b1a7c..ed56b45b27c4 100644 --- a/graphics/avifile/Makefile +++ b/graphics/avifile/Makefile @@ -22,12 +22,12 @@ MAINTAINER= holger@eit.uni-kl.de LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -WRKSRC= ${WRKDIR}/${PORTNAME}-0.53 +WRKSRC= ${WRKDIR}/${PORTNAME}-0.53 RESTRICTED= Unsure of codec\'s license RESTRICTED_FILES= binaries-${CODEC_VERSION}.zip \ wmvds32.ax.gz -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 USE_QT2= yes USE_XLIB= yes USE_GMAKE= yes @@ -39,7 +39,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ MOC="${MOC}" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \ +CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib \ --with-win32-path=${LOCALBASE}/lib/win32 \ --enable-release |