diff options
Diffstat (limited to 'finance/xtrader/Makefile')
-rw-r--r-- | finance/xtrader/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/xtrader/Makefile b/finance/xtrader/Makefile index fcfc6042f0d2..b3b6f8470f00 100644 --- a/finance/xtrader/Makefile +++ b/finance/xtrader/Makefile @@ -7,7 +7,7 @@ PORTNAME= xtrader PORTVERSION= 0.99.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +20,7 @@ LIB_DEPENDS= ptypes.21:${PORTSDIR}/devel/ptypes \ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" MAKEFILE= Makefile.linux +USE_XORG= x11 xpm BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} NO_WRKSUBDIR= yes USE_GMAKE= yes |