diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 15:40:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 15:40:18 +0800 |
commit | a3674748e7ef37d9f774f7511f6031519ce054d8 (patch) | |
tree | 557c909151b94acd2889523bd9d92c326b8b8cfb | |
parent | 2f0d96860d00843282df6f856bdbafa44c0bfadd (diff) | |
download | freebsd-ports-gnome-a3674748e7ef37d9f774f7511f6031519ce054d8.tar.gz freebsd-ports-gnome-a3674748e7ef37d9f774f7511f6031519ce054d8.tar.zst freebsd-ports-gnome-a3674748e7ef37d9f774f7511f6031519ce054d8.zip |
Convert from USE_MOTIF to USES=motif
-rw-r--r-- | print/xdvik/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/xdvik/Makefile b/print/xdvik/Makefile index 2a941f689487..6777080b3e42 100644 --- a/print/xdvik/Makefile +++ b/print/xdvik/Makefile @@ -14,9 +14,8 @@ COMMENT= DVI Previewer(kpathsearch) for X LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib -USE_GMAKE= yes +USES= gmake motif USE_TEX= base texmf -USE_MOTIF= yes MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-system-t1lib \ |