diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-06-21 21:58:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-06-21 21:58:58 +0800 |
commit | 08bd1c87865776488b0a8d086e1f73057735bf86 (patch) | |
tree | f8cdc34dda88ee3542a5433558756ae865e70ae3 /x11-toolkits/Xaw3d | |
parent | ea9fe90d406e4515e667abf7a4e05366dcde1ab0 (diff) | |
download | freebsd-ports-gnome-08bd1c87865776488b0a8d086e1f73057735bf86.tar.gz freebsd-ports-gnome-08bd1c87865776488b0a8d086e1f73057735bf86.tar.zst freebsd-ports-gnome-08bd1c87865776488b0a8d086e1f73057735bf86.zip |
- order USE_*
Diffstat (limited to 'x11-toolkits/Xaw3d')
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 3d892c3a6be9..1f00d4572eb2 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -16,8 +16,8 @@ COMMENT= A 3-D Athena Widget set that looks like Motif WRKSRC= ${WRKDIR}/xc/lib/Xaw3d USE_IMAKE= yes -USE_LDCONFIG= yes USE_XORG= x11 xext xmu xt sm ice xpm +USE_LDCONFIG= yes SUB_FILES= pkg-message SUB_LIST= XAWVER="${XAWVER}" |