diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-07 23:28:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-07 23:28:20 +0000 |
commit | 7112ba2b404b9dd889c9f4a5a3d433b26f9035bc (patch) | |
tree | a9ee08af9bd503352ea6981ff0980381216b49bc /chinese | |
parent | 6429a6a789b732eba2cf06ee65dcfe09129b6a73 (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/stardict/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chinese/stardict/Makefile b/chinese/stardict/Makefile index 635f5bd70c75..437a3e730aa0 100644 --- a/chinese/stardict/Makefile +++ b/chinese/stardict/Makefile @@ -15,13 +15,11 @@ DISTNAME= ${PKGNAME} MAINTAINER= phj@cn.FreeBSD.org -REQUIRES_MOTIF= yes +USE_MOTIF= yes GNU_CONFIGURE= yes -USE_GMAKE = yes -USE_XLIB= yes - -PREFIX= ${X11BASE} +USE_GMAKE= yes +USE_X_PREFIX= yes port-install: strip $(PREFIX)/bin/${PORTNAME} |