diff options
author | krion <krion@FreeBSD.org> | 2003-10-21 22:12:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-21 22:12:37 +0800 |
commit | bc079b55edd5adcc2a001038b920772e8d91c63d (patch) | |
tree | 4468732b3b4ff984a5101f69b0265eb079b84b3e /devel/libukcprog/Makefile | |
parent | 1332f689dd3e39570738de18e508f09e9a994640 (diff) | |
download | freebsd-ports-graphics-bc079b55edd5adcc2a001038b920772e8d91c63d.tar.gz freebsd-ports-graphics-bc079b55edd5adcc2a001038b920772e8d91c63d.tar.zst freebsd-ports-graphics-bc079b55edd5adcc2a001038b920772e8d91c63d.zip |
- Tarball was rerolled to fix a packaging issue with the
pkgconfig file.
- Use 'gnomehack'
- Do not install useless *.la
- Bump PORTREVISION
PR: 58259
Submitted by: maintainer
Diffstat (limited to 'devel/libukcprog/Makefile')
-rw-r--r-- | devel/libukcprog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libukcprog/Makefile b/devel/libukcprog/Makefile index b58449d3e9a..cad8c74c54b 100644 --- a/devel/libukcprog/Makefile +++ b/devel/libukcprog/Makefile @@ -7,7 +7,7 @@ PORTNAME= libukcprog PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ @@ -23,5 +23,6 @@ DIST_SUBDIR= i-scream GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes +USE_GNOME= gnomehack .include <bsd.port.mk> |