diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
commit | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /games/xbill | |
parent | 4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (diff) | |
download | ports-1679a3f535999d7959d45dfc6a5809c8e1ddf919.tar.gz ports-1679a3f535999d7959d45dfc6a5809c8e1ddf919.zip |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=322621
Diffstat (limited to 'games/xbill')
-rw-r--r-- | games/xbill/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index d9ac2b16fe50..5c6feb51f22f 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -35,7 +35,7 @@ ATHENA_DESC= Athena widget set GTK_DESC= GTK widget set MOTIF_DESC= Motif widget set -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MATHENA} CONFIGURE_ARGS+= --disable-gtk --disable-motif @@ -43,7 +43,7 @@ USE_XORG= xaw xmu xt x11 sm ice .elif ${PORT_OPTIONS:MMOTIF} CONFIGURE_ARGS+= --disable-athena --disable-gtk USE_XORG= xt x11 sm ice xpm -USE_MOTIF= yes +USES= motif .else # ${PORT_OPTIONS:MGTK} CONFIGURE_ARGS+= --disable-athena --disable-motif USE_GNOME= gtk12 @@ -54,4 +54,4 @@ post-patch: @${REINPLACE_CMD} -e '/WIDGET_LIBS=/ s|-lXm"$$|-lXm -lXpm"|' \ ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |