diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-29 08:58:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-29 08:58:31 +0000 |
commit | 0d25d6e76dcbbf91619e8d40ac32df6734b9e087 (patch) | |
tree | 844076601ee17be930c2edfdc2e203a05b0c2e8c | |
parent | e277b6088a66d0e79a2f66952a1b2f8d926f447f (diff) |
Remove USE_IMAKE leftover
Notes
Notes:
svn path=/head/; revision=322029
-rw-r--r-- | print/xmbibtex/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/xmbibtex/Makefile b/print/xmbibtex/Makefile index 5e5d22e219a2..5a5b23cd9f65 100644 --- a/print/xmbibtex/Makefile +++ b/print/xmbibtex/Makefile @@ -15,7 +15,6 @@ WRKSRC_SUBDIR= src USES= imake USE_MOTIF= yes -USE_IMAKE= yes USE_XORG= ice sm x11 xext xmu xp xt xpm NO_INSTALL_MANPAGES= yes |