diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 14:49:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 14:49:35 +0800 |
commit | 001afe11f445e4869bac6a102524066580819412 (patch) | |
tree | 3b8d48aa271eba0bfcc38ae208c7dc331ca94217 /deskutils/xmaddressbook | |
parent | b41e4c8ce508f1206eba1b3746328e966b5be209 (diff) | |
download | freebsd-ports-gnome-001afe11f445e4869bac6a102524066580819412.tar.gz freebsd-ports-gnome-001afe11f445e4869bac6a102524066580819412.tar.zst freebsd-ports-gnome-001afe11f445e4869bac6a102524066580819412.zip |
Convert from USE_MOTIF to USES=motif
Diffstat (limited to 'deskutils/xmaddressbook')
-rw-r--r-- | deskutils/xmaddressbook/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/xmaddressbook/Makefile b/deskutils/xmaddressbook/Makefile index ff2a50f39df4..b7105fdaff1f 100644 --- a/deskutils/xmaddressbook/Makefile +++ b/deskutils/xmaddressbook/Makefile @@ -12,8 +12,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= X11/Motif-based addressbook program -USES= imake -USE_MOTIF= yes +USES= imake motif USE_XORG= ice sm x11 xext xi xp xt oldx WRKSRC= ${WRKDIR}/xmaddressbook MAN1= xmaddressbook.1 |