diff options
Diffstat (limited to 'net/ppxp/Makefile')
-rw-r--r-- | net/ppxp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile index 61acffcecd44..c0c6abddbff8 100644 --- a/net/ppxp/Makefile +++ b/net/ppxp/Makefile @@ -16,8 +16,7 @@ MASTER_SITES= http://www.dsl.gr.jp/~manabe/PPxP/packages/ \ MAINTAINER= nosuzuki@e-mail.ne.jp -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - xforms.0:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms .if defined(WITH_TCLJP) BUILD_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 \ tclsh8.0jp:${PORTSDIR}/japanese/tcl80 @@ -32,6 +31,7 @@ RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ tclsh8.2:${PORTSDIR}/lang/tcl82 .endif +USE_XPM= yes WRKSRC= ${WRKDIR}/ppxp USE_GMAKE= yes MAKEFILE= makefile |