diff options
Diffstat (limited to 'graphics/flashplayer/Makefile')
-rw-r--r-- | graphics/flashplayer/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile index 3012f37b817e..5f08d37d39f5 100644 --- a/graphics/flashplayer/Makefile +++ b/graphics/flashplayer/Makefile @@ -7,10 +7,9 @@ PORTNAME= flashplayer PORTVERSION= 0.4.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gplflash +MASTER_SITES= SF/gplflash DISTNAME= gplflash-${PORTVERSION} MAINTAINER= llwang@infor.org @@ -20,8 +19,8 @@ LIB_DEPENDS= flash.0:${PORTSDIR}/graphics/libflash WRKSRC= ${WRKDIR}/${DISTNAME}/player USE_BZIP2= yes -USE_X_PREFIX= yes GNU_CONFIGURE= yes +USE_XORG= x11 xaw xkbfile CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME} |