diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-14 08:41:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-14 08:41:49 +0800 |
commit | 42ac3c1476dbaf58b93d0b3f1a69e13b7db39c5c (patch) | |
tree | aa8f01ab1c39c1220c269e5d057863f3762af2fb /multimedia | |
parent | c26ef6375b5034c1e1b45f3106c75b0777860453 (diff) | |
download | freebsd-ports-gnome-42ac3c1476dbaf58b93d0b3f1a69e13b7db39c5c.tar.gz freebsd-ports-gnome-42ac3c1476dbaf58b93d0b3f1a69e13b7db39c5c.tar.zst freebsd-ports-gnome-42ac3c1476dbaf58b93d0b3f1a69e13b7db39c5c.zip |
Add INSTALLS_SHLIB.
Found by: my GNOME 2.10 upgrade
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index b1319f22e63c..186de43c49b7 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -23,6 +23,7 @@ USE_GNOME= gnomeprefix intlhack gnomehack gnomedesktop desktopfileutils \ WANT_GSTREAMER= yes USE_GMAKE= yes USE_LIBTOOL_VER=15 +INSTALLS_SHLIB= yes INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXrandr" |