diff options
author | pat <pat@FreeBSD.org> | 2002-04-02 11:23:15 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-04-02 11:23:15 +0800 |
commit | cb08a8a34d633847e4c531217e5aa97ee7ee0559 (patch) | |
tree | ed9defc73dd2182a382e6a65e31d35a64614563d /devel | |
parent | d840db3a34ccd48343ea2a5fe0526c80fee0c739 (diff) | |
download | freebsd-ports-gnome-cb08a8a34d633847e4c531217e5aa97ee7ee0559.tar.gz freebsd-ports-gnome-cb08a8a34d633847e4c531217e5aa97ee7ee0559.tar.zst freebsd-ports-gnome-cb08a8a34d633847e4c531217e5aa97ee7ee0559.zip |
Add missing XLIB dependency
PR: 36615
Submitted by: maintaienr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libstroke/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index 6ae18b072cc6..9d0c6a3dfc41 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.etla.net/libstroke/ MAINTAINER= jerry@thehutt.org +USE_XLIB= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |