diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-30 13:15:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-30 13:15:54 +0800 |
commit | 03021738bf335926a556feaf38e8899c486ccccc (patch) | |
tree | f36e56d2bf859f994d11f5163a716fd5bd054388 /x11-themes | |
parent | 05882ab3d5b67708b81fce9889e82c6bcf4ee010 (diff) | |
download | freebsd-ports-gnome-03021738bf335926a556feaf38e8899c486ccccc.tar.gz freebsd-ports-gnome-03021738bf335926a556feaf38e8899c486ccccc.tar.zst freebsd-ports-gnome-03021738bf335926a556feaf38e8899c486ccccc.zip |
Maintainer update to add dependency on imlib.
PR: ports/47181
Submitted by: haesu <haesu@towardex.com>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/geramik/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/geramik/Makefile b/x11-themes/geramik/Makefile index 48b64047943d..76ea0ecacee1 100644 --- a/x11-themes/geramik/Makefile +++ b/x11-themes/geramik/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/Geramik-${PORTVERSION} USE_LIBTOOL= yes USE_X_PREFIX= yes USE_GNOMENG= yes -USE_GNOME= gtk12 +USE_GNOME= gtk12 imlib USE_GMAKE= yes .if exists(${X11BASE}/libdata/pkgconfig/gtk+-2.0.pc) || defined(WITH_GTK2) |