diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-14 20:36:21 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-14 20:36:21 +0000 |
commit | 7f69caf1662b5a61948f92fe86b03d280f7304cf (patch) | |
tree | b734655ae8254786cb8cdabb8925ea2c346b0a47 /graphics/xmrm/Makefile | |
parent | f9908166723b3f34c561cae4ef70e55de1b19d55 (diff) |
Notes
Diffstat (limited to 'graphics/xmrm/Makefile')
-rw-r--r-- | graphics/xmrm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/xmrm/Makefile b/graphics/xmrm/Makefile index f181a7d22f62..ca96a22a7955 100644 --- a/graphics/xmrm/Makefile +++ b/graphics/xmrm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmrm PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cg.tuwien.ac.at/pub/linux/xmrm/ \ ftp://ftp.uni-passau.de/mount/common.lib.archive.unix/Graphic/xmrm/ @@ -16,10 +16,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= treif@mayn.de -RUN_DEPENDS= mpeg:${PORTSDIR}/graphics/mpeg +RUN_DEPENDS= mpeg:${PORTSDIR}/graphics/mpeg \ + mpeg_play:${PORTSDIR}/graphics/mpeg_play LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ tiff.4:${PORTSDIR}/graphics/tiff +USE_X_PREFIX= yes USE_XPM= yes NO_WRKSUBDIR= yes |